freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] * src/tools/apinames.c (read_header_fil


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] * src/tools/apinames.c (read_header_file): Typos.
Date: Thu, 14 Sep 2023 13:00:10 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

  • d7b63a96
    by Alexei Podtelezhnikov at 2023-09-14T13:00:07+00:00
    * src/tools/apinames.c (read_header_file): Typos.

1 changed file:

Changes:

  • src/tools/apinames.c
    ... ... @@ -10,7 +10,7 @@
    10 10
      * accepted if you are using GCC for compilation (and probably by
    
    11 11
      * other compilers too).
    
    12 12
      *
    
    13
    - * Author: FreeType team, 2005-2019
    
    13
    + * Author: FreeType team, 2005-2023
    
    14 14
      *
    
    15 15
      * This code is explicitly placed into the public domain.
    
    16 16
      *
    
    ... ... @@ -295,7 +295,7 @@ read_header_file( FILE* file,
    295 295
         p = buff;
    
    296 296
     
    
    297 297
         /* skip leading whitespace */
    
    298
    -    while ( *p && ( *p == ' ' || *p == '\\' ) )
    
    298
    +    while ( *p == ' ' || *p == '\t' )
    
    299 299
           p++;
    
    300 300
     
    
    301 301
         /* skip empty lines */
    


  • reply via email to

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