mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 18:21:10 +00:00
Fix whitespace on that one line toaster pointed out
This commit is contained in:
parent
e45e740a65
commit
8d483cdc47
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue