freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] parthw-cleaned 52fc5d1: [tfm] Fix typo.


From: Parth Wazurkar
Subject: [freetype2] parthw-cleaned 52fc5d1: [tfm] Fix typo.
Date: Wed, 15 Aug 2018 02:11:52 -0400 (EDT)

branch: parthw-cleaned
commit 52fc5d1819809c0c9d1480cdb965e7975bde1e42
Author: Parth Wazurkar <address@hidden>
Commit: Parth Wazurkar <address@hidden>

    [tfm] Fix typo.
---
 src/tfm/tfmobjs.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/tfm/tfmobjs.c b/src/tfm/tfmobjs.c
index 7e4ec55..277b5ce 100644
--- a/src/tfm/tfmobjs.c
+++ b/src/tfm/tfmobjs.c
@@ -265,7 +265,6 @@
     fi->ds          = READ_INT4( stream ); /* Design Size */
     fi->design_size = (FT_ULong)((double)(fi->ds)/(double)(1<<20));
 
-    printf("fi->cs is %ld\n",fi->cs);
     if( fi->cs <= 0 )
     {
       error = FT_THROW( Unknown_File_Format );



reply via email to

[Prev in Thread] Current Thread [Next in Thread]