* src/tools/apinames.c (read_header_file): Typos.

This commit is contained in:
Alexei Podtelezhnikov 2023-09-14 13:00:07 +00:00
parent 6eb5f2be40
commit d7b63a966b
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
* accepted if you are using GCC for compilation (and probably by
* other compilers too).
*
* Author: FreeType team, 2005-2019
* Author: FreeType team, 2005-2023
*
* This code is explicitly placed into the public domain.
*
@ -295,7 +295,7 @@ read_header_file( FILE* file,
p = buff;
/* skip leading whitespace */
while ( *p && ( *p == ' ' || *p == '\\' ) )
while ( *p == ' ' || *p == '\t' )
p++;
/* skip empty lines */