mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-08 03:28:04 +02:00
removing compiler warning
This commit is contained in:
parent
b83239b7fd
commit
7246d9d3af
1 changed files with 1 additions and 1 deletions
2
src/cache/ftcglyph.c
vendored
2
src/cache/ftcglyph.c
vendored
|
|
@ -139,7 +139,7 @@
|
|||
FT_EXPORT_DEF( void )
|
||||
FTC_GCache_Done( FTC_GCache cache )
|
||||
{
|
||||
return ftc_gcache_done( FTC_CACHE(cache) );
|
||||
ftc_gcache_done( FTC_CACHE(cache) );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue