* normal/command.c: Add missing newline at end of file.

This commit is contained in:
davem 2009-04-30 01:28:22 +00:00
parent 979b4fb416
commit 3c64e10417
2 changed files with 3 additions and 1 deletions

View file

@ -67,4 +67,4 @@ grub_command_execute (char *cmdline, int interactive)
grub_set_more (0);
return ret;
}
}