Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eglib
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2012-04-18 21:48:25 +0400
committerMiguel de Icaza <miguel@gnome.org>2012-04-18 21:48:25 +0400
commit61180e52f2182418d2b714042c7bd5620de64a72 (patch)
tree8f70088f208915b7250cf1a5fd3b689ce5ab3e23 /eglib
parent80ed5ee5b57020aa94fcdedfc08cd7bbc12f26e4 (diff)
[warnign fix] Make my_charset const
Diffstat (limited to 'eglib')
-rw-r--r--eglib/src/gunicode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eglib/src/gunicode.c b/eglib/src/gunicode.c
index dd639ebcadd..c3a9000f8d2 100644
--- a/eglib/src/gunicode.c
+++ b/eglib/src/gunicode.c
@@ -52,7 +52,7 @@
# endif
#endif
-static char *my_charset;
+static const char *my_charset;
static gboolean is_utf8;
/*