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 1a6b14ccc..f19586a0d 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -76,7 +76,7 @@ int umount_main(int argc, char **argv) | |||
76 | m = 0; | 76 | m = 0; |
77 | if (!argc) bb_show_usage(); | 77 | if (!argc) bb_show_usage(); |
78 | } | 78 | } |
79 | 79 | ||
80 | // Loop through everything we're supposed to umount, and do so. | 80 | // Loop through everything we're supposed to umount, and do so. |
81 | for (;;) { | 81 | for (;;) { |
82 | int curstat; | 82 | int curstat; |