diff mcabber/src/screen.c @ 1390:753a348c65c1

LocaleCharSet is const
author Mikael Berthe <mikael@lilotux.net>
date Wed, 05 Dec 2007 19:31:07 +0100
parents 8e763c2c331f
children bba74a50dedf
line wrap: on
line diff
--- a/mcabber/src/screen.c	Tue Dec 04 22:47:06 2007 +0100
+++ b/mcabber/src/screen.c	Wed Dec 05 19:31:07 2007 +0100
@@ -56,7 +56,7 @@
 #define DEFAULT_ROSTER_WIDTH    24
 #define CHAT_WIN_HEIGHT (maxY-1-Log_Win_Height)
 
-char *LocaleCharSet = "C";
+const char *LocaleCharSet = "C";
 
 static unsigned short int Log_Win_Height;
 static unsigned short int Roster_Width;