Skip to content

Commit 65e7ae7

Browse files
author
Charlie Gordon
committed
fix typo
1 parent efb0f1a commit 65e7ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libqhtml/cssparse.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ CSSProperty *css_parse_properties(CSSParseState *b, const char *props_str)
298298
!(type & (CSS_TYPE_FOUR|CSS_TYPE_ARGS)))
299299
break;
300300
if (nb_args >= 4 &&
301-
(!type & CSS_TYPE_ARGS))
301+
!(type & CSS_TYPE_ARGS))
302302
break;
303303
if (nb_args >= MAX_ARGS)
304304
break;

0 commit comments

Comments
 (0)