aboutsummaryrefslogtreecommitdiff
path: root/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'umount.c')
-rw-r--r--umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/umount.c b/umount.c
index 0d105d9c1..061bb9b16 100644
--- a/umount.c
+++ b/umount.c
@@ -124,7 +124,7 @@ umount_main(int argc, char** argv)
124 } 124 }
125 125
126 126
127 if(umountAll) { 127 if(umountAll==TRUE) {
128 exit(umount_all(useMtab)); 128 exit(umount_all(useMtab));
129 } 129 }
130 if ( do_umount(*argv,useMtab) == 0 ) 130 if ( do_umount(*argv,useMtab) == 0 )