shithub: freetype+ttf2subf

Download patch

ref: 32eb5ce978244eb66c88d093f16515c5ebaf63d9
parent: d1d2b458e9f270970c5397f1746bfbd3d67215e7
author: Werner Lemberg <[email protected]>
date: Mon Feb 16 07:53:59 EST 2004

* src/base/ftobjs.c (FT_Set_Char_Size): Fix typo.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-15  Werner Lemberg  <[email protected]>
+
+	* src/base/ftobjs.c (FT_Set_Char_Size): Fix typo.
+
 2004-02-14  Masatake YAMATO  <[email protected]>
 
 	* builds/unix/ftsystem.c: Include errno.h.
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -2048,7 +2048,7 @@
 
 
       if ( x_ppem == metrics->x_ppem && y_ppem == metrics->y_ppem )
-        return
+        return FT_Err_Ok;
 
       metrics->x_ppem = x_ppem;
       metrics->y_ppem = y_ppem;