* term/ieee1275/ofconsole.c: Remove stale `#endif'.
This commit is contained in:
parent
0025933a5e
commit
dcb6fa0a1c
2 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
* util/console.c (grub_ncurses_term): Split in ...
|
* util/console.c (grub_ncurses_term): Split in ...
|
||||||
(grub_ncurses_term_input): ... this, and ...
|
(grub_ncurses_term_input): ... this, and ...
|
||||||
(grub_ncurses_term_output): ... this. Update all users.
|
(grub_ncurses_term_output): ... this. Update all users.
|
||||||
|
* term/ieee1275/ofconsole.c: Remove stale `#endif'.
|
||||||
|
|
||||||
2008-11-08 Robert Millan <rmh@aybabtu.com>
|
2008-11-08 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
|
|
|
@ -226,7 +226,6 @@ grub_ofconsole_getkey (void)
|
||||||
|
|
||||||
return key;
|
return key;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
static grub_uint16_t
|
static grub_uint16_t
|
||||||
grub_ofconsole_getxy (void)
|
grub_ofconsole_getxy (void)
|
||||||
|
|
Loading…
Reference in a new issue