shithub: freetype+ttf2subf

Download patch

ref: 2966889126c34bc530d69589118e5bbdc7f478e4
parent: a593a04277bd5017b7620b55ebd70bf2013aaeee
author: Werner Lemberg <[email protected]>
date: Wed Nov 26 01:59:10 EST 2014

Typo.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/ftcache.h
+++ b/include/ftcache.h
@@ -4,7 +4,7 @@
 /*                                                                         */
 /*    FreeType Cache subsystem (specification).                            */
 /*                                                                         */
-/*  Copyright 1996-2008, 2010, 2013 by                                     */
+/*  Copyright 1996-2008, 2010, 2013, 2014 by                               */
 /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
 /*                                                                         */
 /*  This file is part of the FreeType project, and may only be used,       */
@@ -209,7 +209,7 @@
   typedef FT_Error
   (*FTC_Face_Requester)( FTC_FaceID  face_id,
                          FT_Library  library,
-                         FT_Pointer  request_data,
+                         FT_Pointer  req_data,
                          FT_Face*    aface );
 
  /* */