summaryrefslogtreecommitdiff
path: root/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'chown.c')
-rw-r--r--chown.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chown.c b/chown.c
index e714b2d..9ff2872 100644
--- a/chown.c
+++ b/chown.c
@@ -57,6 +57,7 @@ int chown_main(int argc, char **argv)
switch (opt) {
case 'R':
recursiveFlag = TRUE;
+ break;
default:
show_usage();
}