freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] GSoC-2018-parth 9e1d408: [tfm] Fix typo.


From: Parth Wazurkar
Subject: [freetype2] GSoC-2018-parth 9e1d408: [tfm] Fix typo.
Date: Wed, 15 Aug 2018 02:11:18 -0400 (EDT)

branch: GSoC-2018-parth
commit 9e1d408e7ec9dc414edc119034504bbdb8b7be73
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]