aboutsummaryrefslogtreecommitdiffstats
path: root/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index ccd24c7..24dfbe1 100644
--- a/unix.c
+++ b/unix.c
@@ -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;
}