X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=discover%2Fgrub2%2Fscript.c;h=1a802b97943ee951fa2487873becd04016d43463;hb=91ce1a8f8863d8f740188236f138421d17292d6c;hp=ed81a202c01fd068717081f1e3de10d91540d976;hpb=3dfa4123bdf987aaa0e4bfd73d436c6bab0184ce;p=petitboot diff --git a/discover/grub2/script.c b/discover/grub2/script.c index ed81a20..1a802b9 100644 --- a/discover/grub2/script.c +++ b/discover/grub2/script.c @@ -103,7 +103,7 @@ static bool is_delim(char c) } static bool option_is_default(struct grub2_script *script, - struct discover_boot_option *opt, const char *id) + struct discover_boot_option *opt, const char *id) { unsigned int default_idx; const char *var;