fixed a compilation problem that occurred with the

LCC C pre-processor. really minor
This commit is contained in:
David Turner 2000-05-05 01:36:56 +00:00
parent c136b409eb
commit d50941dc8c
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
/* each callback is in charge of loading a value and storing it in a */
/* given field of the Type 1 face.. */
#define PARSE_(x) static void parse_##x##( T1_Face face, T1_Loader* loader )
#define PARSE_(x) static void parse_##x ( T1_Face face, T1_Loader* loader )
#define PARSE_STRING(s,x) PARSE_(x) \
{ \