Commit 60c11919e0fa5c8ae316b57e1565a3c1ecd19f3c

Werner Lemberg 2023-05-07T16:42:01

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

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/pcf/pcfdrivr.c b/src/pcf/pcfdrivr.c
index ad481b3..f1dba02 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