]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcblanks.c
Fix comparison of family names to ignore leading space properly
[fontconfig.git] / src / fcblanks.c
index e74f2fac897a2681fca826121b58e76d5bf4900f..ce1d655c15354663e39ae3b3119dd6666fdb3b6d 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * $RCSId:$
+ * fontconfig/src/fcblanks.c
  *
- * Copyright © 2002 Keith Packard
+ * Copyright Â© 2002 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -90,3 +90,6 @@ FcBlanksIsMember (FcBlanks *b, FcChar32 ucs4)
            return FcTrue;
     return FcFalse;
 }
+#define __fcblanks__
+#include "fcaliastail.h"
+#undef __fcblanks__