You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
447 B
14 lines
447 B
diff --git a/include/freetype/ftmodapi.h b/include/freetype/ftmodapi.h
|
|
index 8d039c4f3..88488bfe8 100644
|
|
--- a/include/freetype/ftmodapi.h
|
|
+++ b/include/freetype/ftmodapi.h
|
|
@@ -623,7 +623,7 @@ FT_BEGIN_HEADER
|
|
* it is bytecode interpreter's execution context, `TT_ExecContext`,
|
|
* which is declared in FreeType's internal header file `tttypes.h`.
|
|
*/
|
|
- typedef FT_Error
|
|
+ typedef void
|
|
(*FT_DebugHook_Func)( void* arg );
|
|
|
|
|