Mark matchers array const (#21935)

This commit is contained in:
Behdad Esfahbod 2009-05-25 20:26:56 -04:00
parent aa82a4f81d
commit 76845a40c5
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ typedef struct _FcMatcher {
* each value, earlier values are more significant than
* later values
*/
static FcMatcher _FcMatchers [] = {
static const FcMatcher _FcMatchers [] = {
{ FC_FOUNDRY_OBJECT, FcCompareString, 0, 0 },
#define MATCH_FOUNDRY 0
#define MATCH_FOUNDRY_INDEX 0