2009-09-21 Felix Zielcke <fzielcke@z-51.de>

* kern/term.c: Fix indentation.
This commit is contained in:
fzielcke 2009-09-21 14:37:04 +00:00
parent 5a78865b39
commit e0b37bb5b1
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2009-09-21 Felix Zielcke <fzielcke@z-51.de>
* kern/term.c: Fix indentation.
2009-09-21 Felix Zielcke <fzielcke@z-51.de>
* util/hostdisk.c: Fix a comment.

View File

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