0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-22 09:31:40 +00:00

Whitespace. Grr!

This commit is contained in:
Ragnvald Maartmann-Moe IV 2003-02-25 03:56:58 +00:00
parent 2ba8e871f3
commit e959df1692

View file

@ -489,8 +489,7 @@ CL_ParseDownload (void)
// open the file if not opened yet
if (!cls.download) {
dstring_t *name = dstring_newstr();
const char *path;
const char *fname;
const char *fname, *path;
if (strncmp (cls.downloadtempname, "skins/", 6) == 0) {
path = qfs_gamedir->dir.skins;