From 60c11919e0fa5c8ae316b57e1565a3c1ecd19f3c Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 7 May 2023 16:42:01 +0200 Subject: [PATCH] * src/pcf/pcfdrivr.c: Signature fix. --- src/pcf/pcfdrivr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcf/pcfdrivr.c b/src/pcf/pcfdrivr.c index ad481b3b1..f1dba0240 100644 --- a/src/pcf/pcfdrivr.c +++ b/src/pcf/pcfdrivr.c @@ -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