/[freetype]/freetype2/src/type1/t1parse.c
ViewVC logotype

Diff of /freetype2/src/type1/t1parse.c

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

revision 1.41 by werner, Sun Feb 1 00:49:56 2004 UTC revision 1.42 by wl, Sun Feb 13 21:42:42 2005 UTC
# Line 4  Line 4 
4  /*                                                                         */  /*                                                                         */
5  /*    Type 1 parser (body).                                                */  /*    Type 1 parser (body).                                                */
6  /*                                                                         */  /*                                                                         */
7  /*  Copyright 1996-2001, 2002, 2003, 2004 by                               */  /*  Copyright 1996-2001, 2002, 2003, 2004, 2005 by                         */
8  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
9  /*                                                                         */  /*                                                                         */
10  /*  This file is part of the FreeType project, and may only be used,       */  /*  This file is part of the FreeType project, and may only be used,       */
# Line 337  Line 337 
337            goto Found;            goto Found;
338    
339          T1_Skip_PS_Token( parser );          T1_Skip_PS_Token( parser );
340            if ( parser->root.error )
341              break;
342          T1_Skip_Spaces  ( parser );          T1_Skip_Spaces  ( parser );
343          cur = parser->root.cursor;          cur = parser->root.cursor;
344        }        }

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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