mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Fixed compile error in extra/comp_err.c with -debug for some compilers.
extra/comp_err.c: Fixed compile error with -debug for some compilers.
This commit is contained in:
parent
8d45c5f9d0
commit
9a3de94474
1 changed files with 1 additions and 2 deletions
|
@ -869,8 +869,7 @@ static int get_options(int *argc, char ***argv)
|
|||
static char *parse_text_line(char *pos)
|
||||
{
|
||||
int i, nr;
|
||||
char *row;
|
||||
row= pos;
|
||||
char *row= pos;
|
||||
DBUG_ENTER("parse_text_line");
|
||||
|
||||
while (*pos)
|
||||
|
|
Loading…
Reference in a new issue