Mark matchers array const (#21935)
This commit is contained in:
parent
aa82a4f81d
commit
76845a40c5
|
@ -184,7 +184,7 @@ typedef struct _FcMatcher {
|
||||||
* each value, earlier values are more significant than
|
* each value, earlier values are more significant than
|
||||||
* later values
|
* later values
|
||||||
*/
|
*/
|
||||||
static FcMatcher _FcMatchers [] = {
|
static const FcMatcher _FcMatchers [] = {
|
||||||
{ FC_FOUNDRY_OBJECT, FcCompareString, 0, 0 },
|
{ FC_FOUNDRY_OBJECT, FcCompareString, 0, 0 },
|
||||||
#define MATCH_FOUNDRY 0
|
#define MATCH_FOUNDRY 0
|
||||||
#define MATCH_FOUNDRY_INDEX 0
|
#define MATCH_FOUNDRY_INDEX 0
|
||||||
|
|
Loading…
Reference in New Issue