mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 17:22:12 +00:00
Remove extra whitespace
This commit is contained in:
parent
71caaf180c
commit
1edbbad2df
1 changed files with 0 additions and 1 deletions
|
@ -446,7 +446,6 @@ int LUA_CheckGlobals(lua_State *L, const char *word)
|
||||||
if (strlen(str) < strlength)
|
if (strlen(str) < strlength)
|
||||||
return luaL_error(L, "string must not contain embedded zeros!");
|
return luaL_error(L, "string must not contain embedded zeros!");
|
||||||
|
|
||||||
|
|
||||||
strlcpy(mapmusname, str, sizeof mapmusname);
|
strlcpy(mapmusname, str, sizeof mapmusname);
|
||||||
}
|
}
|
||||||
else if (fastcmp(word, "mapmusflags"))
|
else if (fastcmp(word, "mapmusflags"))
|
||||||
|
|
Loading…
Reference in a new issue