formatting

fixing minor `make multi' problem
This commit is contained in:
Werner Lemberg 2000-07-09 00:48:37 +00:00
parent 7b5c4a96e1
commit 681e8eea5f
3 changed files with 1049 additions and 845 deletions

View File

@ -20,6 +20,7 @@
#define T2LOAD_H
#include <freetype/internal/t2types.h>
#include <freetype/internal/psnames.h>
#ifdef __cplusplus
extern "C" {

View File

@ -175,8 +175,8 @@
break;
}
default: /* unknown charset format !! */
FT_ERROR(( "CFF: unknown charset format !!\n" ));
default: /* unknown charset format! */
FT_ERROR(( "CFF: unknown charset format!\n" ));
error = FT_Err_Invalid_File_Format;
goto Fail;
}

File diff suppressed because it is too large Load Diff