Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType
Commits:
-
d7b63a96
by Alexei Podtelezhnikov at 2023-09-14T13:00:07+00:00
1 changed file:
Changes:
... | ... | @@ -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 */
|