mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Make it actually work?
This commit is contained in:
parent
e7f25dc731
commit
b264cdd28b
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ Info_Validate (char *s)
|
|||
return false;
|
||||
|
||||
for (p = s, count = 0; *p != '\0'; p++)
|
||||
if (!*p == '\\')
|
||||
if (*p == '\\')
|
||||
count++;
|
||||
|
||||
return (!(count % 2));
|
||||
|
|
Loading…
Reference in a new issue