Remove extra whitespace

This commit is contained in:
Radicalicious 2022-08-03 23:08:42 +00:00
parent 71caaf180c
commit 1edbbad2df

View file

@ -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"))