diff --git a/ChangeLog b/ChangeLog index 8302276fc..f3e86c2eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ * util/console.c (grub_ncurses_term): Split in ... (grub_ncurses_term_input): ... this, and ... (grub_ncurses_term_output): ... this. Update all users. + * term/ieee1275/ofconsole.c: Remove stale `#endif'. 2008-11-08 Robert Millan diff --git a/term/ieee1275/ofconsole.c b/term/ieee1275/ofconsole.c index ec35a13ea..cec227ae4 100644 --- a/term/ieee1275/ofconsole.c +++ b/term/ieee1275/ofconsole.c @@ -226,7 +226,6 @@ grub_ofconsole_getkey (void) return key; } -#endif static grub_uint16_t grub_ofconsole_getxy (void)