Fix line spacing tab issue in rev 6570.

git-svn-id: https://svn.eduke32.com/eduke32@6571 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
pogokeen 2017-12-19 00:03:12 +00:00
parent 741305e976
commit 9c695d6bc4
5 changed files with 5 additions and 5 deletions

View file

@ -679,7 +679,7 @@ static int32_t defsparser(scriptfile *script)
int32_t headerval = E_ReadArtFileHeader(fil, fn, &local);
if (headerval != 0)
{
kclose(fil);
kclose(fil);
break;
}