* src/pcf/pcfdrivr.c: Signature fix.

This commit is contained in:
Werner Lemberg 2023-05-07 16:42:01 +02:00
parent 5f7a26fd31
commit 60c11919e0
1 changed files with 1 additions and 1 deletions

View File

@ -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