Shutup a warning...

This commit is contained in:
Wolfgang Bumiller 2012-07-26 23:24:36 +02:00
parent b22a76a152
commit b08de6ee5f

View file

@ -593,6 +593,7 @@ static bool parser_body_do(parser_t *parser, ast_block *block)
}
return true;
}
return false;
}
static ast_block* parser_parse_block(parser_t *parser)