diff options
Diffstat (limited to 'util-linux/umount.c')
-rw-r--r-- | util-linux/umount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c index 1a6b14c..f19586a 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c @@ -76,7 +76,7 @@ int umount_main(int argc, char **argv) m = 0; if (!argc) bb_show_usage(); } - + // Loop through everything we're supposed to umount, and do so. for (;;) { int curstat; |