mirror of https://github.com/freetype/freetype
Add missing end quote of a string in the example code of FT_Trace_Set_Level
This commit is contained in:
parent
115e927540
commit
2342a03a9d
|
@ -62,7 +62,7 @@ FT_BEGIN_HEADER
|
|||
* component.
|
||||
*
|
||||
* ```
|
||||
* FT_Trace_Set_Level( "any:7 memory:0 );
|
||||
* FT_Trace_Set_Level( "any:7 memory:0" );
|
||||
* ```
|
||||
*
|
||||
* @note:
|
||||
|
|
Loading…
Reference in New Issue