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