Redundant return

git-svn-id: https://svn.eduke32.com/eduke32@6795 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-04-02 22:00:28 +00:00
parent f3843a9a3a
commit 3f47f2fccb

View file

@ -1445,7 +1445,6 @@ static void ReadHelpFile(const char *name)
numhelppages = i; numhelppages = i;
Bfclose(fp); Bfclose(fp);
return;
} }
// why can't MSVC allocate an array of variable size?! // why can't MSVC allocate an array of variable size?!