[warnign fix] Make my_charset const
authorMiguel de Icaza <miguel@gnome.org>
Wed, 18 Apr 2012 17:48:25 +0000 (13:48 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 18 Apr 2012 17:48:25 +0000 (13:48 -0400)
eglib/src/gunicode.c

index dd639ebcadd42721498f49350ac6d6f78ece9bc7..c3a9000f8d225839522e6dfad8a9d8d4e08f82a1 100644 (file)
@@ -52,7 +52,7 @@
 #    endif
 #endif
 
-static char *my_charset;
+static const char *my_charset;
 static gboolean is_utf8;
 
 /*