aboutsummaryrefslogtreecommitdiff
path: root/chgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'chgrp.c')
-rw-r--r--chgrp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chgrp.c b/chgrp.c
index 55e22f528..ec1a0370c 100644
--- a/chgrp.c
+++ b/chgrp.c
@@ -56,6 +56,7 @@ int chgrp_main(int argc, char **argv)
switch (opt) {
case 'R':
recursiveFlag = TRUE;
+ break;
default:
show_usage();
}