X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fgrub2%2Fscript.c;h=1a802b97943ee951fa2487873becd04016d43463;hp=ed81a202c01fd068717081f1e3de10d91540d976;hb=becf2b28d8b0aa561ac7e42db519071f8065d37f;hpb=c5cbcf4b6a2ee7dafba8d29d52071752f3022ebb 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;