summaryrefslogtreecommitdiff
path: root/intl/localcharset.c
diff options
context:
space:
mode:
authorHilarie Fernandes/DrGenius <hilaire@src.gnome.org>2002-03-04 12:45:56 +0000
committerHilarie Fernandes/DrGenius <hilaire@src.gnome.org>2002-03-04 12:45:56 +0000
commit20635edcc0fce58eaa51252496ca0d68e996eb9e (patch)
treeb661b0ac01090263ae44982a074b092d98115841 /intl/localcharset.c
parent5e4b55af036109cdc3118b6f459437d99c0f97e9 (diff)
downloadshared-mime-info-20635edcc0fce58eaa51252496ca0d68e996eb9e.tar.gz
Add documentation for Dr. Genius
svn path=/trunk/; revision=2342
Diffstat (limited to 'intl/localcharset.c')
-rw-r--r--intl/localcharset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/localcharset.c b/intl/localcharset.c
index 22e09e41..61f8f3e8 100644
--- a/intl/localcharset.c
+++ b/intl/localcharset.c
@@ -75,13 +75,13 @@
/* Pointer to the contents of the charset.alias file, if it has already been
read, else NULL. Its format is:
ALIAS_1 '\0' CANONICAL_1 '\0' ... ALIAS_n '\0' CANONICAL_n '\0' '\0' */
-static char * volatile charset_aliases;
+static const char * volatile charset_aliases;
/* Return a pointer to the contents of the charset.alias file. */
static const char *
get_charset_aliases ()
{
- char *cp;
+ const char *cp;
cp = charset_aliases;
if (cp == NULL)