shithub: freetype+ttf2subf

Download patch

ref: 80fff78dc6ab5940ad5e5e7a67f4fd2650e1ae44
parent: 862b4d5a1fc4deb6962c8bbdb4304cb496ccffb1
author: Werner Lemberg <[email protected]>
date: Tue Oct 21 02:53:19 EDT 2003

* src/winfonts/winfnt.c (fnt_cmap_class): Fix position of `const'.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-20  Graham Asher  <[email protected]>
+
+	* src/winfonts/winfnt.c (fnt_cmap_class): Fix position of `const'.
+
 2003-10-19  Werner Lemberg  <[email protected]>
 
 	* src/autohint/ahhint.c (ah_hinter_load_glyph): Patch from
--- a/src/winfonts/winfnt.c
+++ b/src/winfonts/winfnt.c
@@ -379,7 +379,7 @@
     (FT_CMap_CharNextFunc) fnt_cmap_char_next
   };
 
-  static const FT_CMap_Class  fnt_cmap_class = &fnt_cmap_class_rec;
+  static FT_CMap_Class const  fnt_cmap_class = &fnt_cmap_class_rec;
 
 
   static void