Whitespace. Grr!

This commit is contained in:
Ragnvald Maartmann-Moe IV 2003-02-25 03:56:58 +00:00
parent 2ba8e871f3
commit e959df1692
1 changed files with 1 additions and 2 deletions

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;