diff options
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/mount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 4b0901f2a..4c9e77be0 100644 --- a/util-linux/mount.c +++ b/util-linux/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 | } |