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:
parent
8dfe7e4656
commit
eadc9f6d6a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue