/[freetype]/freetype2/src/sfnt/ttkern.c
ViewVC logotype

Diff of /freetype2/src/sfnt/ttkern.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by wl, Wed Mar 2 11:24:23 2005 UTC revision 1.6 by wl, Thu Mar 3 17:09:07 2005 UTC
# Line 246  Line 246 
246            }            }
247            else /* linear search */            else /* linear search */
248            {            {
249              FT_UInt  count = num_pairs;              for ( count = num_pairs; count > 0; count-- )
   
   
             for ( ; count > 0; count-- )  
250              {              {
251                FT_ULong  key = FT_NEXT_ULONG( p );                FT_ULong  key = FT_NEXT_ULONG( p );
252    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26