summaryrefslogtreecommitdiff
path: root/src/fclang.c
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2005-10-14 21:02:31 +0000
committerPatrick Lam <plam@MIT.EDU>2005-10-14 21:02:31 +0000
commit21696e5bf08b67b57155e5b12e054456fd2b03e2 (patch)
tree8488f4bd5a151ff54ec1b175a1ee46fd517d5525 /src/fclang.c
parent15d7bd0a16af189194b665e789331a8f8c86f20d (diff)
downloadfontconfig-21696e5bf08b67b57155e5b12e054456fd2b03e2.tar.gz
Add consts to variables so as to move arrays into .rodata.
reviewed by: plam
Diffstat (limited to 'src/fclang.c')
-rw-r--r--src/fclang.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fclang.c b/src/fclang.c
index 711cdc7..a10641e 100644
--- a/src/fclang.c
+++ b/src/fclang.c
@@ -25,8 +25,8 @@
#include "fcint.h"
typedef struct {
- FcChar8 *lang;
- FcCharSet charset;
+ const FcChar8 *lang;
+ const FcCharSet charset;
} FcLangCharSet;
typedef struct {