mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
Make const, noticed by Kjartan Maraas.
2006-05-08 Matthias Clasen <mclasen@redhat.com> * glib/gscanner.c (g_scanner_config_template): Make const, noticed by Kjartan Maraas.
This commit is contained in:
parent
6fbcec14dc
commit
727f0fea57
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -74,7 +74,7 @@ struct _GScannerKey
|
||||
|
||||
|
||||
/* --- variables --- */
|
||||
static GScannerConfig g_scanner_config_template =
|
||||
static const GScannerConfig g_scanner_config_template =
|
||||
{
|
||||
(
|
||||
" \t\r\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user