freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] Add missing end quote of a string in th


From: Craig White (@gerzytet)
Subject: [Git][freetype/freetype][master] Add missing end quote of a string in the example code of FT_Trace_Set_Level
Date: Fri, 19 May 2023 18:22:47 +0000

Craig White pushed to branch master at FreeType / FreeType

Commits:

  • 2342a03a
    by Craig White at 2023-05-19T14:11:57-04:00
    Add missing end quote of a string in the example code of FT_Trace_Set_Level
    

1 changed file:

Changes:

  • include/freetype/ftlogging.h
    ... ... @@ -62,7 +62,7 @@ FT_BEGIN_HEADER
    62 62
        *   component.
    
    63 63
        *
    
    64 64
        *   ```
    
    65
    -   *   FT_Trace_Set_Level( "any:7 memory:0 );
    
    65
    +   *   FT_Trace_Set_Level( "any:7 memory:0" );
    
    66 66
        *   ```
    
    67 67
        *
    
    68 68
        * @note:
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]