diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2006-03-31 22:09:39 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-03-31 22:09:39 +0000 |
commit | c1582bd15a7c977311c67af811be54a1abcf0e77 (patch) | |
tree | 768d90e40a9c0bcebbac49c625b6965e44962f35 /pango/pangoft2.c | |
parent | 0452427dcb55ed6eb689d1de660faec575a1db73 (diff) | |
download | pango-c1582bd15a7c977311c67af811be54a1abcf0e77.tar.gz |
Make const data static. Doesn't help as it's got strings to relocate.
Diffstat (limited to 'pango/pangoft2.c')
-rw-r--r-- | pango/pangoft2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c index fa5a135f..78a6096b 100644 --- a/pango/pangoft2.c +++ b/pango/pangoft2.c @@ -511,7 +511,7 @@ _pango_ft2_ft_strerror (FT_Error error) #define FT_ERROR_START_LIST { #define FT_ERROR_END_LIST { 0, 0 } }; - const ft_error_description ft_errors[] = + static const ft_error_description ft_errors[] = #include FT_ERRORS_H #undef FT_ERRORDEF |