summaryrefslogtreecommitdiffstats
path: root/toolbox/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'toolbox/mount.c')
-rw-r--r--toolbox/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbox/mount.c b/toolbox/mount.c
index ef13e1f..86047a9 100644
--- a/toolbox/mount.c
+++ b/toolbox/mount.c
@@ -223,7 +223,7 @@ int mount_main(int argc, char *argv[])
{
char *type = NULL;
int c;
- int loop;
+ int loop = 0;
progname = argv[0];
rwflag = MS_VERBOSE;