From 1edbbad2df3714ef8afbc83c83cb3e1889cb436b Mon Sep 17 00:00:00 2001 From: Radicalicious Date: Wed, 3 Aug 2022 23:08:42 +0000 Subject: [PATCH] Remove extra whitespace --- src/lua_script.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lua_script.c b/src/lua_script.c index 44fcbe601..50f393031 100644 --- a/src/lua_script.c +++ b/src/lua_script.c @@ -446,7 +446,6 @@ int LUA_CheckGlobals(lua_State *L, const char *word) if (strlen(str) < strlength) return luaL_error(L, "string must not contain embedded zeros!"); - strlcpy(mapmusname, str, sizeof mapmusname); } else if (fastcmp(word, "mapmusflags"))