* src/sfnt/ttpost.c (tt_post_default_names): Add `const'.

This commit is contained in:
Werner Lemberg 2008-10-15 20:03:37 +00:00
parent 6922266b2c
commit f31072c867
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
2008-10-16 David Turner <david@freetype.org>
2008-10-15 Graham Asher <graham.asher@btinternet.com>
* src/sfnt/ttpost.c (tt_post_default_names): Add `const'.
2008-10-15 David Turner <david@freetype.org>
* src/truetype/ttgxvar.c (TT_Set_MM_Blend): Disambiguate for
meddlesome compilers' warning against `for ( ...; ...; ...) ;'.

View File

@ -66,7 +66,7 @@
/* the 258 default Mac PS glyph names */
static const FT_String* tt_post_default_names[258] =
static const FT_String* const tt_post_default_names[258] =
{
/* 0 */
".notdef", ".null", "CR", "space", "exclam",