1bf1edf7ab
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/freetype#7ebf3fc38d7377189bc64237fa9f9ad9fbf85fda
14 lines
447 B
Diff
14 lines
447 B
Diff
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 );
|
|
|
|
|