Make it actually work?

This commit is contained in:
Zephaniah E. Hull 2001-05-22 12:44:53 +00:00
parent e7f25dc731
commit b264cdd28b

View file

@ -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));