aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/lsattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/lsattr.c')
-rw-r--r--e2fsprogs/lsattr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/e2fsprogs/lsattr.c b/e2fsprogs/lsattr.c
index 6f4b9742c..a11f2437b 100644
--- a/e2fsprogs/lsattr.c
+++ b/e2fsprogs/lsattr.c
@@ -104,8 +104,7 @@ int lsattr_main(int argc, char **argv)
104 if (!*argv) 104 if (!*argv)
105 lsattr_args("."); 105 lsattr_args(".");
106 else { 106 else {
107 while (*argv) 107 do lsattr_args(*argv++); while (*argv);
108 lsattr_args(*argv++);
109 } 108 }
110 109
111 return EXIT_SUCCESS; 110 return EXIT_SUCCESS;