summaryrefslogtreecommitdiff
path: root/src/select
diff options
context:
space:
mode:
authorMichael Drake <Michael Drake tlsa@netsurf-browser.org>2019-05-05 20:28:52 +0100
committerMichael Drake <Michael Drake tlsa@netsurf-browser.org>2019-05-05 20:28:52 +0100
commit100b51e5c47a4fe1ff77dc766a3283b633723ea6 (patch)
tree2975a447a7025d2f3df6fb360152853fd811ecf7 /src/select
parent5cd8a2a7b7c1aff763c805a8459a15a3aba6f6e4 (diff)
downloadlibcss-100b51e5c47a4fe1ff77dc766a3283b633723ea6.tar.gz
libcss-100b51e5c47a4fe1ff77dc766a3283b633723ea6.tar.bz2
Fix typo in assertion.
Diffstat (limited to 'src/select')
-rw-r--r--src/select/mq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/mq.h b/src/select/mq.h
index 436eb90..e4c09af 100644
--- a/src/select/mq.h
+++ b/src/select/mq.h
@@ -47,7 +47,7 @@ static inline bool mq_match_condition(
cond->parts->parts[i]->data.feat,
media);
} else {
- assert(cond->parts->parts[i]->type == SS_MQ_COND);
+ assert(cond->parts->parts[i]->type == CSS_MQ_COND);
part_matched = mq_match_condition(
cond->parts->parts[i]->data.cond,
media);