]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcdbg.c
Eliminate some compiler warnings, avoid seg fault when matching missing
[fontconfig.git] / src / fcdbg.c
index 53789d2dc588bf4fc5479df40961c839e8b1e005..9ea9c29b4730f1331c7f6a36290ba64499522039 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $XFree86: $
+ * $XFree86: xc/lib/fontconfig/src/fcdbg.c,v 1.2 2002/02/18 22:29:28 keithp Exp $
  *
  * Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
  *
@@ -51,6 +51,9 @@ FcValuePrint (FcValue v)
     case FcTypeCharSet:        /* XXX */
        printf (" set");
        break;
+    case FcTypeFTFace:
+       printf (" face");
+       break;
     }
 }