diff options
author | marha <marha@users.sourceforge.net> | 2009-11-20 14:43:52 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-20 14:43:52 +0000 |
commit | 607c11e20aca5c9f13d5e6ab80153b10c249162b (patch) | |
tree | 12aef2038fea04305602be4d21175ab9d90ef4b8 /xorg-server/hw/xwin/winerror.c | |
parent | 7ebf5528040a4b4b6a929d89633df1a09addf62b (diff) | |
download | vcxsrv-607c11e20aca5c9f13d5e6ab80153b10c249162b.tar.gz vcxsrv-607c11e20aca5c9f13d5e6ab80153b10c249162b.tar.bz2 vcxsrv-607c11e20aca5c9f13d5e6ab80153b10c249162b.zip |
Removed compile warnings.
Diffstat (limited to 'xorg-server/hw/xwin/winerror.c')
-rw-r--r-- | xorg-server/hw/xwin/winerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winerror.c b/xorg-server/hw/xwin/winerror.c index 78ac15117..dacee38f5 100644 --- a/xorg-server/hw/xwin/winerror.c +++ b/xorg-server/hw/xwin/winerror.c @@ -41,7 +41,7 @@ /* References to external symbols */ extern char * g_pszCommandLine; -extern char * g_pszLogFile; +extern const char * g_pszLogFile; extern Bool g_fSilentFatalError; extern Bool g_fSilentDupError; extern Bool g_fLogInited; |