From 100b51e5c47a4fe1ff77dc766a3283b633723ea6 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 5 May 2019 20:28:52 +0100 Subject: Fix typo in assertion. --- src/select/mq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3