Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/mount.c4
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;
}