diff options
Diffstat (limited to 'toolbox/mount.c')
| -rw-r--r-- | toolbox/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbox/mount.c b/toolbox/mount.c index ef13e1fd..86047a9d 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; |
