diff options
-rw-r--r-- | trans/fakeroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/fakeroot.c b/trans/fakeroot.c index 987af243..0ea3cbf4 100644 --- a/trans/fakeroot.c +++ b/trans/fakeroot.c @@ -222,7 +222,7 @@ check_openmodes (struct netnode *nn, int newmodes, file_t file) mach_port_deallocate (mach_task_self (), file); file = MACH_PORT_NULL; } - if (file == MACH_PORT_NULL); + if (file == MACH_PORT_NULL) { enum retry_type bad_retry; char bad_retryname[1024]; /* XXX */ |