]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/normal/datetime.c (grub_weekday_names): Make const.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 13 Dec 2011 00:45:38 +0000 (01:45 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 13 Dec 2011 00:45:38 +0000 (01:45 +0100)
ChangeLog
grub-core/normal/datetime.c

index 0780a3691e6c06898fd481ca547882d82151b1e8..fd7add03192485132c2d4e6763c25fded02cf327 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 8183601ba63cb3afffed5a9fd8a5f31bf3e04adf..bbc2cdea91f31e30027b95e6fe109c1c22f76e27 100644 (file)
@@ -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"),