removed a redundant semicolon after #endif in mod-sys.c
This commit is contained in:
parent
6502a2e388
commit
53a3cdfd23
@ -1971,7 +1971,7 @@ static int fnc_sleep (hawk_rtx_t* rtx, const hawk_fnc_info_t* fi)
|
||||
rx = 0;
|
||||
#else
|
||||
rx = sleep(nt.sec);
|
||||
#endif;
|
||||
#endif
|
||||
#elif defined(HAVE_NANOSLEEP)
|
||||
struct timespec req;
|
||||
req.tv_sec = nt.sec;
|
||||
|
Loading…
Reference in New Issue
Block a user