Add missing initializers to silence suprious warnings.

This commit is contained in:
Michael Zimmermann 2015-03-27 14:44:41 +01:00 committed by Vladimir Serbinenko
parent d47e8ab4b9
commit ed07b7e128
3 changed files with 6 additions and 6 deletions

View file

@ -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;