diff options
Diffstat (limited to 'extra/comp_err.c')
-rw-r--r-- | extra/comp_err.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/comp_err.c b/extra/comp_err.c index 9bd0a1ec7a2..9ddd1d7d971 100644 --- a/extra/comp_err.c +++ b/extra/comp_err.c @@ -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) |