formatting
fixing minor `make multi' problem
This commit is contained in:
parent
7b5c4a96e1
commit
681e8eea5f
@ -20,6 +20,7 @@
|
||||
#define T2LOAD_H
|
||||
|
||||
#include <freetype/internal/t2types.h>
|
||||
#include <freetype/internal/psnames.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -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;
|
||||
}
|
||||
|
1889
src/type1z/z1load.c
1889
src/type1z/z1load.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user