fix compile error.

This commit is contained in:
halx99 2016-06-23 11:37:20 +08:00 committed by GitHub
parent c4def57774
commit 90434e58d0
1 changed files with 1 additions and 1 deletions

View File

@ -857,7 +857,7 @@ int LuaStack::luaLoadBuffer(lua_State *L, const char *chunk, int chunkSize, cons
chunk += 3;
chunkSize -= 3;
}
}
};
if (_xxteaEnabled && strncmp(chunk, _xxteaSign, _xxteaSignLen) == 0)
{