~ubuntu-branches/ubuntu/precise/libxfont/precise-updates

« back to all changes in this revision

Viewing changes to src/Type1/scanfont.c

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2007-07-18 16:46:59 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20070718164659-hbs3149rix062etp
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
};
423
423
 
424
424
static psobj *StdEncArrayP = NULL;
425
 
psobj *ISOLatin1EncArrayP = NULL; 
 
425
static psobj *ISOLatin1EncArrayP = NULL; 
426
426
 
427
427
static psobj *
428
428
MakeEncodingArrayP(EncodingTable *encodingTable)