Fix whitespace on that one line toaster pointed out

This commit is contained in:
Monster Iestyn 2017-05-13 20:51:10 +01:00
parent e45e740a65
commit 8d483cdc47
1 changed files with 1 additions and 1 deletions

View File

@ -8154,7 +8154,7 @@ static inline int lib_freeslot(lua_State *L)
return luaL_error(L, "This function cannot be called from within a hook or coroutine!");
while (n-- > 0)
{
{
s = Z_StrDup(luaL_checkstring(L,1));
type = strtok(s, "_");
if (type)