X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=discover%2Fgrub2%2Fgrub2.h;h=9da5ceeed2a013ca171658d92a00d73998a042ca;hb=e492b596187d283cfbd65a098fe1b2d0dafa311e;hp=60a573456d3afa286400a7f7e9f2629b0947f0ef;hpb=5c6c8ea8ca66fe70563143cb226852a10b1a98fb;p=petitboot diff --git a/discover/grub2/grub2.h b/discover/grub2/grub2.h index 60a5734..9da5cee 100644 --- a/discover/grub2/grub2.h +++ b/discover/grub2/grub2.h @@ -12,12 +12,10 @@ struct grub2_word { GRUB2_WORD_VAR, } type; union { - char *text; - struct { - const char *name; - bool split; - } var; + char *text; + const char *name; }; + bool split; struct grub2_word *next; struct grub2_word *last; struct list_item argv_list;