Commit 9a3de944 authored by unknown's avatar unknown
Browse files

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.
parent 8d45c5f9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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)