Add missing end quote of a string in the example code of FT_Trace_Set_Level

This commit is contained in:
Craig White 2023-05-19 14:11:57 -04:00
parent 115e927540
commit 2342a03a9d
1 changed files with 1 additions and 1 deletions

View File

@ -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: