]> git.ozlabs.org Git - petitboot/commitdiff
discover/grub2: fix incorrect prototype in yyerror
authorJeremy Kerr <jk@ozlabs.org>
Fri, 28 Nov 2014 03:40:05 +0000 (11:40 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 1 Dec 2014 03:53:23 +0000 (11:53 +0800)
Because we're using two parse-params, we need to add the scanner
argument to yyerror.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found