2009-09-21 Felix Zielcke <fzielcke@z-51.de>
* kern/term.c: Fix indentation.
This commit is contained in:
parent
5a78865b39
commit
e0b37bb5b1
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue