mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Redundant return
git-svn-id: https://svn.eduke32.com/eduke32@6795 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f3843a9a3a
commit
3f47f2fccb
1 changed files with 0 additions and 1 deletions
|
@ -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?!
|
||||||
|
|
Loading…
Reference in a new issue