aboutsummaryrefslogtreecommitdiff
path: root/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount.c')
-rw-r--r--mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mount.c b/mount.c
index 4b0901f2a..4c9e77be0 100644
--- a/mount.c
+++ b/mount.c
@@ -354,9 +354,9 @@ extern int mount_main (int argc, char **argv)
354 } 354 }
355 } else { 355 } else {
356 if (device == NULL) 356 if (device == NULL)
357 device=*argv; 357 device = *argv;
358 else if (directory == NULL) 358 else if (directory == NULL)
359 directory=*argv; 359 directory = *argv;
360 else { 360 else {
361 goto goodbye; 361 goto goodbye;
362 } 362 }