* grub-core/normal/datetime.c (grub_weekday_names): Make const.
This commit is contained in:
parent
78c2cd1c62
commit
47ae27ec75
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/normal/datetime.c (grub_weekday_names): Make const.
|
||||
|
||||
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/udf.c (read_string): Macroify GRUB_MAX_UTF8_PER_UTF16.
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include <grub/datetime.h>
|
||||
#include <grub/i18n.h>
|
||||
|
||||
static const char *grub_weekday_names[] =
|
||||
static const char *const grub_weekday_names[] =
|
||||
{
|
||||
N_("Sunday"),
|
||||
N_("Monday"),
|
||||
|
|
Loading…
Reference in a new issue