upload tizen2.0 source
[framework/uifw/xorg/lib/libice.git] / src / globals.h
old mode 100755 (executable)
new mode 100644 (file)
index 2102384..965386f
@@ -40,6 +40,6 @@ int           _IceConnectionCount = 0;
 int            _IceLastMajorOpcode = 0;
 
 int            _IceAuthCount = 1;
-char           *_IceAuthNames[] = {"MIT-MAGIC-COOKIE-1"};
+const char     *_IceAuthNames[] = {"MIT-MAGIC-COOKIE-1"};
 
 _IceWatchProc  *_IceWatchProcs = NULL;