removing compiler warning

This commit is contained in:
David Turner 2004-06-10 20:09:05 +00:00
parent b17c180b78
commit ed146875db
1 changed files with 1 additions and 1 deletions

View File

@ -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) );
}