[tfm] Fix typo.

This commit is contained in:
Parth Wazurkar 2018-08-15 11:40:56 +05:30
parent aa60927a65
commit 9e1d408e7e
1 changed files with 0 additions and 1 deletions

View File

@ -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 );