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:
Matthias Clasen 2006-05-08 13:38:55 +00:00 committed by Matthias Clasen
parent 6fbcec14dc
commit 727f0fea57
3 changed files with 11 additions and 1 deletions

View 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)

View 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)

View File

@ -74,7 +74,7 @@ struct _GScannerKey
/* --- variables --- */
static GScannerConfig g_scanner_config_template =
static const GScannerConfig g_scanner_config_template =
{
(
" \t\r\n"