diff options
Diffstat (limited to 'otherlibs/unix/pause.c')
-rw-r--r-- | otherlibs/unix/pause.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/pause.c b/otherlibs/unix/pause.c index d8f337e16..275853038 100644 --- a/otherlibs/unix/pause.c +++ b/otherlibs/unix/pause.c @@ -14,7 +14,7 @@ #include <mlvalues.h> #include "unixsupport.h" -value unix_pause() /* ML */ +value unix_pause(void) /* ML */ { pause(); return Val_unit; |