Make const, noticed by Kjartan Maraas.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 8 May 2006 13:38:55 +0000 (13:38 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 8 May 2006 13:38:55 +0000 (13:38 +0000)
2006-05-08  Matthias Clasen  <mclasen@redhat.com>

* glib/gscanner.c (g_scanner_config_template): Make const,
noticed by Kjartan Maraas.

ChangeLog
ChangeLog.pre-2-12
glib/gscanner.c

index 24f4bad..ea1088e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gscanner.c (g_scanner_config_template): Make const,
+       noticed by Kjartan Maraas.
+
 2006-05-06  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gkeyfile.c (g_key_file_set_string_list)
index 24f4bad..ea1088e 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gscanner.c (g_scanner_config_template): Make const,
+       noticed by Kjartan Maraas.
+
 2006-05-06  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gkeyfile.c (g_key_file_set_string_list)
index 4204526..627262c 100644 (file)
@@ -74,7 +74,7 @@ struct        _GScannerKey
 
 
 /* --- variables --- */
-static GScannerConfig g_scanner_config_template =
+static const GScannerConfig g_scanner_config_template =
 {
   (
    " \t\r\n"