ref: f31072c867c7610e462fbaa8a2a6b6166accfbe7
parent: 6922266b2cae8a3ebb751a71ba2068d28fcaf449
author: Werner Lemberg <[email protected]>
date: Wed Oct 15 16:03:37 EDT 2008
* src/sfnt/ttpost.c (tt_post_default_names): Add `const'.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2008-10-16 David Turner <[email protected]>
+2008-10-15 Graham Asher <[email protected]>
+
+ * src/sfnt/ttpost.c (tt_post_default_names): Add `const'.
+
+2008-10-15 David Turner <[email protected]>
* src/truetype/ttgxvar.c (TT_Set_MM_Blend): Disambiguate for
meddlesome compilers' warning against `for ( ...; ...; ...) ;'.
--- a/src/sfnt/ttpost.c
+++ b/src/sfnt/ttpost.c
@@ -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",