* src/truetype/ttobjs.c (tt_check_trickyness_family): Add `const'.

This commit is contained in:
Alexei Podtelezhnikov 2019-06-11 21:43:47 -04:00
parent 6a92b1fadd
commit d1b16325e2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-06-11 Alexei Podtelezhnikov <apodtele@gmail.com>
* src/truetype/ttobjs.c (tt_check_trickyness_family): Add `const'.
2019-06-11 Moazin Khatti <moazinkhatri@gmail.com>
[gzip] Add support for `gzip' encoded header.

View File

@ -148,7 +148,7 @@
/* This list shall be expanded as we find more of them. */
static FT_Bool
tt_check_trickyness_family( FT_String* name )
tt_check_trickyness_family( const FT_String* name )
{
#define TRICK_NAMES_MAX_CHARACTERS 19