diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-13 08:47:41 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-13 08:47:41 -0400 |
commit | fa4b6e00fd204998f6011420bdad60477b7a2f12 (patch) | |
tree | 4fd37e92f375ddb49e156b07811b8a2fe1ad6c0d /include/freetype/ftbdf.h | |
parent | 03130c5bcec3c885a1be005c24e192dfb57f3fe5 (diff) |
parentheses
Diffstat (limited to 'include/freetype/ftbdf.h')
-rw-r--r-- | include/freetype/ftbdf.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/freetype/ftbdf.h b/include/freetype/ftbdf.h index 4f8baf8..66c57c6 100644 --- a/include/freetype/ftbdf.h +++ b/include/freetype/ftbdf.h @@ -153,10 +153,10 @@ FT_BEGIN_HEADER * @note: * This function only works with BDF faces, returning an error otherwise. */ - FT_EXPORT( FT_Error ) - FT_Get_BDF_Charset_ID( FT_Face face, + FT_EXPORT(FT_Error) + FT_Get_BDF_Charset_ID(FT_Face face, const char* *acharset_encoding, - const char* *acharset_registry ); + const char* *acharset_registry); /********************************************************************** @@ -194,10 +194,10 @@ FT_BEGIN_HEADER * In case of error, `aproperty->type' is always set to * @BDF_PROPERTY_TYPE_NONE. */ - FT_EXPORT( FT_Error ) - FT_Get_BDF_Property( FT_Face face, + FT_EXPORT(FT_Error) + FT_Get_BDF_Property(FT_Face face, const char* prop_name, - BDF_PropertyRec *aproperty ); + BDF_PropertyRec *aproperty); /* */ |