* 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
|
@ -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…
Add table
Add a link
Reference in a new issue