Add missing initializers to silence suprious warnings.
This commit is contained in:
parent
d47e8ab4b9
commit
ed07b7e128
3 changed files with 6 additions and 6 deletions
|
@ -445,7 +445,7 @@ grub_cmdline_run (int nested, int force_auth)
|
|||
|
||||
while (1)
|
||||
{
|
||||
char *line;
|
||||
char *line = NULL;
|
||||
|
||||
if (grub_normal_exit_level)
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue