upload tizen2.0 source
[framework/uifw/xorg/lib/libice.git] / src / protosetup.c
old mode 100755 (executable)
new mode 100644 (file)
index 2aab6d9..255b912
@@ -118,7 +118,7 @@ IceProtocolSetup (
        _IceGetPoValidAuthIndices (myProtocol->protocol_name,
            iceConn->connection_string,
            myProtocol->orig_client->auth_count,
-           myProtocol->orig_client->auth_names,
+           (const char **) myProtocol->orig_client->auth_names,
             &authCount, authIndices);
 
     }
@@ -229,7 +229,7 @@ IceProtocolSetup (
            else /* reply.type == ICE_PROTOCOL_ERROR */
            {
                /* Protocol Setup failed */
-               
+
                strncpy (errorStringRet, reply.protocol_error.error_message,
                    errorLength);
 
@@ -251,7 +251,7 @@ IceProtocolSetup (
        *minorVersionRet = versionRec->minor_version;
        *vendorRet = reply.protocol_reply.vendor;
        *releaseRet = reply.protocol_reply.release;
-       
+
 
        /*
         * Increase the reference count for the number of active protocols.