Fix some FreeType1 variable declarations that snuck in from the last

Sat Jul 26 09:16:57 2003  Owen Taylor  <otaylor@redhat.com>

        * pango/opentype/ftxgpos.c pango/opentype/ftxopen.c:
        Fix some FreeType1 variable declarations that snuck
        in from the last commits (Christophe Fergeau,
        118363)
pull/1/head
Owen Taylor 22 years ago committed by Owen Taylor
parent 06c12109de
commit b682482df7
  1. 6
      src/ftxgpos.c
  2. 2
      src/ftxopen.c

@ -6133,9 +6133,9 @@
FT_UShort* properties = gpos->LookupList.Properties;
FT_UShort* p_in = in->properties;
int nesting_level = 0;
UShort i;
TT_Pos offset;
int nesting_level = 0;
FT_UShort i;
FT_Pos offset;
gpi->first = 0xFFFF;

@ -584,7 +584,7 @@
TTO_SubTable* st;
Bool is_extension = FALSE;
FT_Bool is_extension = FALSE;
base_offset = FILE_Pos();

Loading…
Cancel
Save