summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParth Wazurkar <parthwazurkar@gmail.com>2018-08-15 11:40:56 +0530
committerParth Wazurkar <parthwazurkar@gmail.com>2018-08-15 11:40:56 +0530
commit9e1d408e7ec9dc414edc119034504bbdb8b7be73 (patch)
tree7e5f9600d15d72e9d702ad5fdffd9c836af7e1a1
parentaa60927a657c7400f3ae03dbfe81a3fdd927ebea (diff)
downloadfreetype2-GSoC-2018-parth.tar.gz
[tfm] Fix typo.GSoC-2018-parth
-rw-r--r--src/tfm/tfmobjs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tfm/tfmobjs.c b/src/tfm/tfmobjs.c
index 7e4ec55e9..277b5ce80 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 );