Blame SOURCES/freetype-2.10.1-debughook.patch

f1a3e6
diff --git a/include/freetype/ftmodapi.h b/include/freetype/ftmodapi.h
f1a3e6
index 8d039c4f3..88488bfe8 100644
f1a3e6
--- a/include/freetype/ftmodapi.h
f1a3e6
+++ b/include/freetype/ftmodapi.h
f1a3e6
@@ -623,7 +623,7 @@ FT_BEGIN_HEADER
f1a3e6
    *     it is bytecode interpreter's execution context, `TT_ExecContext`,
f1a3e6
    *     which is declared in FreeType's internal header file `tttypes.h`.
f1a3e6
    */
f1a3e6
-  typedef FT_Error
f1a3e6
+  typedef void
f1a3e6
   (*FT_DebugHook_Func)( void*  arg );
f1a3e6
 
f1a3e6