diff options
Diffstat (limited to 'util-linux/mount.c')
-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) } } else { if (device == NULL) - device=*argv; + device = *argv; else if (directory == NULL) - directory=*argv; + directory = *argv; else { goto goodbye; } |