From: fzielcke Date: Mon, 21 Sep 2009 14:37:04 +0000 (+0000) Subject: 2009-09-21 Felix Zielcke X-Git-Tag: 1.98~523 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0b37bb5b1e83bfcda7a4dbd49e8e49a0cd22997;p=thirdparty%2Fgrub.git 2009-09-21 Felix Zielcke * kern/term.c: Fix indentation. --- diff --git a/ChangeLog b/ChangeLog index 624f9fcd9..5f50e0831 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-09-21 Felix Zielcke + + * kern/term.c: Fix indentation. + 2009-09-21 Felix Zielcke * util/hostdisk.c: Fix a comment. diff --git a/kern/term.c b/kern/term.c index 03e2ae573..94d5a9e1d 100644 --- a/kern/term.c +++ b/kern/term.c @@ -32,12 +32,12 @@ static int grub_more; static int cursor_state = 1; struct grub_handler_class grub_term_input_class = - { + { .name = "terminal_input" }; struct grub_handler_class grub_term_output_class = - { + { .name = "terminal_output" };