summaryrefslogtreecommitdiff
path: root/src/fcdefault.c
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2006-04-06 04:52:21 +0000
committerPatrick Lam <plam@MIT.EDU>2006-04-06 04:52:21 +0000
commit392fa276dcae8d4c66607bbbd8dd30354a331afc (patch)
treefbd29764b7a9846639b7c159879a828090d351ce /src/fcdefault.c
parent0d745819a9ec491349d4e122a7d44d689b2d3479 (diff)
downloadfontconfig-392fa276dcae8d4c66607bbbd8dd30354a331afc.tar.gz
Reduce amount of dirty rss by const'ing some data structures.
Don't fail if we can't create or remove $(pkgcachedir) i.e. /var/cache/fontconfig. (reported by Quanah Gibson-Mount). reviewed by: plam
Diffstat (limited to 'src/fcdefault.c')
-rw-r--r--src/fcdefault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcdefault.c b/src/fcdefault.c
index c309ef6..4fd3ed8 100644
--- a/src/fcdefault.c
+++ b/src/fcdefault.c
@@ -25,7 +25,7 @@
#include "fcint.h"
#include <locale.h>
-static struct {
+static const struct {
const char *field;
FcBool value;
} FcBoolDefaults[] = {