Formatting.

This commit is contained in:
Werner Lemberg 2006-12-03 09:38:16 +00:00
parent 52c6eceaef
commit 3bcd7d7fa5
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@
* paranoid there and don't trust the data.
*/
count = (FT_UInt)num_strikes;
if ( 8 +48UL * count > table_size )
if ( 8 + 48UL * count > table_size )
count = (FT_UInt)( ( p_limit - p ) / 48 );
face->sbit_num_strikes = count;