diff options
Diffstat (limited to 'unix.c')
-rw-r--r-- | unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ SCM scm_acct(path) SCM path; { int val; - if FALSEP(path) { + if (FALSEP(path)) { SYSCALL(val = acct(0);); return val ? BOOL_F : BOOL_T; } |