Re: [PATCH] lexer: char const * should be const char *.

2020-09-17 Thread Daniel Kiper
On Fri, Jul 31, 2020 at 09:33:20AM -0500, Glenn Washburn wrote: > Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

[PATCH] lexer: char const * should be const char *.

2020-07-31 Thread Glenn Washburn
Signed-off-by: Glenn Washburn --- grub-core/script/lexer.c | 2 +- include/grub/script_sh.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grub-core/script/lexer.c b/grub-core/script/lexer.c index 27daad791..52004d059 100644 --- a/grub-core/script/lexer.c +++ b/grub-core/s