There was an error while loading. Please reload this page.
1 parent 0c405b0 commit a89f199Copy full SHA for a89f199
pcre/pcregrep.c
@@ -2407,7 +2407,7 @@ handle_option(int letter, int options)
2407
switch(letter)
2408
{
2409
case N_FOFFSETS: file_offsets = TRUE; break;
2410
- case N_HELP: help(); pcregrep_exit(0);
+ case N_HELP: help(); pcregrep_exit(0); break;
2411
case N_LBUFFER: line_buffered = TRUE; break;
2412
case N_LOFFSETS: line_offsets = number = TRUE; break;
2413
case N_NOJIT: study_options &= ~PCRE_STUDY_JIT_COMPILE; break;
0 commit comments