Skip to content

Commit e4125d1

Browse files
committed
FIX: comma typo
Changes to be committed: - modified: impl/src/ftx/windows.c
1 parent 67be656 commit e4125d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

impl/src/ftx/windows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ typedef volatile LONG ae2fsys_ftxel_t;
1919
ae2f_MAC((L, )) ae2fsys_ftxwait_imp(
2020
enum AE2FSYS_FTXWAIT_ ret_err,
2121
ae2fsys_ftxel_t* const prm_uaddr,
22-
const ae2f_SysFtxEl_t prm_val
22+
const ae2f_SysFtxEl_t prm_val,
2323
const struct timespec * const pprm_time_opt
2424
)
2525
{

0 commit comments

Comments
 (0)