mcabber/src/utils.h
changeset 1390 753a348c65c1
parent 1292 382ec54b584e
child 1413 f89844a0448a
--- a/mcabber/src/utils.h	Tue Dec 04 22:47:06 2007 +0100
+++ b/mcabber/src/utils.h	Wed Dec 05 19:31:07 2007 +0100
@@ -3,7 +3,7 @@
 
 #include <config.h>
 
-extern char *LocaleCharSet;
+extern const char *LocaleCharSet;
 
 #define to_utf8(s)   ((s) ? g_locale_to_utf8((s),   -1, NULL,NULL,NULL) : NULL)
 #define from_utf8(s) ((s) ? g_convert_with_fallback((s), -1, LocaleCharSet, \