lexer: char const * should be const char *

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Glenn Washburn 2020-07-31 09:33:20 -05:00 committed by Daniel Kiper
parent 84ff10b1c0
commit c98a78ae81
2 changed files with 2 additions and 2 deletions

View file

@ -346,7 +346,7 @@ grub_script_yylex (union YYSTYPE *value,
}
void
grub_script_yyerror (struct grub_parser_param *state, char const *err)
grub_script_yyerror (struct grub_parser_param *state, const char *err)
{
if (err)
grub_error (GRUB_ERR_INVALID_COMMAND, err);