From 9a3de9447460e33a9f318c9b33bc96558eabe5d1 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 14 Dec 2004 17:02:24 +0100 Subject: 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. --- extra/comp_err.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extra') 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) -- cgit v1.2.1