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" };