mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 03:08:12 +02:00
* src/pcf/pcfdrivr.c: Signature fix.
This commit is contained in:
parent
5f7a26fd31
commit
60c11919e0
1 changed files with 1 additions and 1 deletions
|
|
@ -702,7 +702,7 @@ THE SOFTWARE.
|
|||
FT_CALLBACK_DEF( FT_Error )
|
||||
pcf_property_get( FT_Module module, /* PCF_Driver */
|
||||
const char* property_name,
|
||||
const void* value )
|
||||
void* value )
|
||||
{
|
||||
#ifdef PCF_CONFIG_OPTION_LONG_FAMILY_NAMES
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue