fixing a warning

This commit is contained in:
Wolfgang Bumiller 2013-01-16 16:16:52 +01:00
parent 0ba8455f6a
commit e311dffcb3

View file

@ -1800,8 +1800,7 @@ static ast_expression* parse_expression_leave(parser_t *parser, bool stopatcomma
}
else
{
size_t i;
char *correct = NULL;
char *correct = NULL;
/*
* sometimes people use preprocessing predefs without enabling them