From 8d483cdc4733ee225e28f981e8598ad484519dcc Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Sat, 13 May 2017 20:51:10 +0100 Subject: [PATCH] Fix whitespace on that one line toaster pointed out --- src/dehacked.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dehacked.c b/src/dehacked.c index d77ae8b0e..36036d965 100644 --- a/src/dehacked.c +++ b/src/dehacked.c @@ -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)