mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
Whitespace. Grr!
This commit is contained in:
parent
2ba8e871f3
commit
e959df1692
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue