diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 01:05:21 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 01:05:21 +0000 |
commit | 1ce998b95dff881e82df080e7b6c42d6440d12d7 (patch) | |
tree | 85792b0ddaf086ea99c8088e08aea5e4ac57785c /libdiskfs | |
parent | a1712f9f6ba240fed9bce7d8d032f0e599b848ce (diff) |
(diskfs_S_fsys_syncfs): Typo.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/fsys-syncfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/fsys-syncfs.c b/libdiskfs/fsys-syncfs.c index 2283e03e..ccbdf6ed 100644 --- a/libdiskfs/fsys-syncfs.c +++ b/libdiskfs/fsys-syncfs.c @@ -35,7 +35,7 @@ diskfs_S_fsys_syncfs (fsys_t controlport, error_t error; error = fshelp_fetch_control (np, &control); - if (!error && control != MACH_PORT_NULL) + if (!error && (control != MACH_PORT_NULL)) { fsys_syncfs (control, wait, 1); mach_port_deallocate (mach_task_self (), control); |