1
0
Fork 0
forked from fte/fteqw

Removed an extra semicolon, a minor cleanup... very minor.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2578 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2007-08-07 10:08:29 +00:00
parent 8dfe7e4656
commit eadc9f6d6a

View file

@ -3557,7 +3557,7 @@ qbyte *CSQC_PRLoadFile (char *path, void *buffer, int bufsize)
} }
return COM_LoadStackFile(path, buffer, bufsize);; return COM_LoadStackFile(path, buffer, bufsize);
} }
int CSQC_PRFileSize (char *path) int CSQC_PRFileSize (char *path)