mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
Fixed compiler warning in pcregrep.c
This commit is contained in:
parent
0c405b064d
commit
a89f199c64
1 changed files with 1 additions and 1 deletions
|
@ -2407,7 +2407,7 @@ handle_option(int letter, int options)
|
|||
switch(letter)
|
||||
{
|
||||
case N_FOFFSETS: file_offsets = TRUE; break;
|
||||
case N_HELP: help(); pcregrep_exit(0);
|
||||
case N_HELP: help(); pcregrep_exit(0); break;
|
||||
case N_LBUFFER: line_buffered = TRUE; break;
|
||||
case N_LOFFSETS: line_offsets = number = TRUE; break;
|
||||
case N_NOJIT: study_options &= ~PCRE_STUDY_JIT_COMPILE; break;
|
||||
|
|
Loading…
Add table
Reference in a new issue