summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fcmatch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fcmatch.c b/src/fcmatch.c
index f06d98aa..04301f95 100644
--- a/src/fcmatch.c
+++ b/src/fcmatch.c
@@ -184,7 +184,6 @@ FcCompareRange (const FcValue *v1, const FcValue *v2, FcValue *bestValue)
b1 = e1 = value1.u.d;
break;
case FcTypeRange:
- abort();
b1 = value1.u.r->begin;
e1 = value1.u.r->end;
break;