diff options
Diffstat (limited to 'otherlibs/unix/nice.c')
-rw-r--r-- | otherlibs/unix/nice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/nice.c b/otherlibs/unix/nice.c index 6f38d8213..c9ea81134 100644 --- a/otherlibs/unix/nice.c +++ b/otherlibs/unix/nice.c @@ -22,7 +22,7 @@ #include <sys/time.h> #include <sys/resource.h> -value unix_nice(value incr) +value unix_nice(value incr) /* ML */ { int prio; errno = 0; |