2010-02-07 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/i18n.h (grub_gettext_dummy): Removed. * kern/misc.c (grub_gettext_dummy): Make static.
This commit is contained in:
parent
b6c0d9c201
commit
007d0695e2
3 changed files with 6 additions and 2 deletions
|
@ -35,7 +35,7 @@ grub_iswordseparator (int c)
|
|||
}
|
||||
|
||||
/* grub_gettext_dummy is not translating anything. */
|
||||
const char *
|
||||
static const char *
|
||||
grub_gettext_dummy (const char *s)
|
||||
{
|
||||
return s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue