summaryrefslogtreecommitdiff
path: root/src/fccfg.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-06-20 03:43:09 +0000
committerKeith Packard <keithp@keithp.com>2002-06-20 03:43:09 +0000
commit8c96d1fc1005fda794ab30349eb91132fb8f341e (patch)
tree7b0e9f022dffc58a2c3e5b91f2854efc9767bdc4 /src/fccfg.c
parentc689ec2291d52a3c9ab998c9a25c0c9c78991921 (diff)
Accidentally falling through several case blocks
Diffstat (limited to 'src/fccfg.c')
-rw-r--r--src/fccfg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fccfg.c b/src/fccfg.c
index 66bf501a..8c0ae991 100644
--- a/src/fccfg.c
+++ b/src/fccfg.c
@@ -1,5 +1,5 @@
/*
- * $XFree86: xc/lib/fontconfig/src/fccfg.c,v 1.11 2002/06/08 17:32:04 keithp Exp $
+ * $XFree86: xc/lib/fontconfig/src/fccfg.c,v 1.13 2002/06/19 20:08:22 keithp Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
@@ -783,6 +783,7 @@ FcConfigEvaluate (FcPattern *p, FcExpr *e)
v.type = FcTypeVoid;
break;
}
+ break;
case FcTypeMatrix:
switch (e->op) {
case FcOpEqual: