aboutsummaryrefslogtreecommitdiff
path: root/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'grep.c')
-rw-r--r--grep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/grep.c b/grep.c
index 475b4ef21..8c6797647 100644
--- a/grep.c
+++ b/grep.c
@@ -232,6 +232,8 @@ extern int grep_main(int argc, char **argv)
232 before_buf = (char **)calloc(lines_before, sizeof(char *)); 232 before_buf = (char **)calloc(lines_before, sizeof(char *));
233 break; 233 break;
234#endif /* BB_FEATURE_GREP_CONTEXT */ 234#endif /* BB_FEATURE_GREP_CONTEXT */
235 default:
236 show_usage();
235 } 237 }
236 } 238 }
237 239