move comment to right bit.

SVN revision: 74981
This commit is contained in:
Carsten Haitzler 2012-08-07 11:17:35 +00:00
parent fb0d1a4f57
commit 20f5fcaa3e
1 changed files with 3 additions and 3 deletions

View File

@ -65,6 +65,9 @@ evas_font_dir_cache_free(void)
}
#ifdef HAVE_FONTCONFIG
if (fc_init > 0)
{
fc_init--;
/* this is bad i got a:
* fccache.c:512: FcCacheFini: Assertion fcCacheChains[i] == ((void *)0)' failed.
*
@ -74,9 +77,6 @@ evas_font_dir_cache_free(void)
*
* note 04/08/2012 - this doesnt seem to cause an issue anymore?
*/
if (fc_init > 0)
{
fc_init--;
if (fc_init == 0) FcFini();
}
#endif