diff options
Diffstat (limited to 'otherlibs/unix/exit.c')
-rw-r--r-- | otherlibs/unix/exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/exit.c b/otherlibs/unix/exit.c index 247ef611f..4511d4366 100644 --- a/otherlibs/unix/exit.c +++ b/otherlibs/unix/exit.c @@ -19,7 +19,7 @@ value unix_exit(value n) /* ML */ { _exit(Int_val(n)); return Val_unit; /* never reached, but suppress warnings */ - /* from smart compilers */ + /* from smart compilers */ } |