aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winglobals.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-20 14:43:52 +0000
committermarha <marha@users.sourceforge.net>2009-11-20 14:43:52 +0000
commit607c11e20aca5c9f13d5e6ab80153b10c249162b (patch)
tree12aef2038fea04305602be4d21175ab9d90ef4b8 /xorg-server/hw/xwin/winglobals.c
parent7ebf5528040a4b4b6a929d89633df1a09addf62b (diff)
downloadvcxsrv-607c11e20aca5c9f13d5e6ab80153b10c249162b.tar.gz
vcxsrv-607c11e20aca5c9f13d5e6ab80153b10c249162b.tar.bz2
vcxsrv-607c11e20aca5c9f13d5e6ab80153b10c249162b.zip
Removed compile warnings.
Diffstat (limited to 'xorg-server/hw/xwin/winglobals.c')
-rw-r--r--xorg-server/hw/xwin/winglobals.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/hw/xwin/winglobals.c b/xorg-server/hw/xwin/winglobals.c
index 27635cf05..768eeb8fa 100644
--- a/xorg-server/hw/xwin/winglobals.c
+++ b/xorg-server/hw/xwin/winglobals.c
@@ -69,9 +69,9 @@ Bool g_fAuthEnabled = FALSE;
HICON g_hIconX = NULL;
HICON g_hSmallIconX = NULL;
#ifndef RELOCATE_PROJECTROOT
-char * g_pszLogFile = DEFAULT_LOGDIR "/XWin.%s.log";
+const char * g_pszLogFile = DEFAULT_LOGDIR "/XWin.%s.log";
#else
-char * g_pszLogFile = "XWin.log";
+const char * g_pszLogFile = "XWin.log";
Bool g_fLogFileChanged = FALSE;
#endif
int g_iLogVerbose = 2;