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

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!"); return luaL_error(L, "This function cannot be called from within a hook or coroutine!");
while (n-- > 0) while (n-- > 0)
{ {
s = Z_StrDup(luaL_checkstring(L,1)); s = Z_StrDup(luaL_checkstring(L,1));
type = strtok(s, "_"); type = strtok(s, "_");
if (type) if (type)