]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcdefault.c
Reduce amount of dirty rss by const'ing some data structures.
[fontconfig.git] / src / fcdefault.c
index c309ef65afebb2fae250af8d1aeaee239e4666fd..4fd3ed8e8a072c0b8319cca83edb9ac31b8dd2f2 100644 (file)
@@ -25,7 +25,7 @@
 #include "fcint.h"
 #include <locale.h>
 
-static struct {
+static const struct {
     const char *field;
     FcBool     value;
 } FcBoolDefaults[] = {