diff mcabber/src/utils.h @ 1390:753a348c65c1

LocaleCharSet is const
author Mikael Berthe <mikael@lilotux.net>
date Wed, 05 Dec 2007 19:31:07 +0100
parents 382ec54b584e
children f89844a0448a
line wrap: on
line diff
--- 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, \