Evas font: Removed double ;.

SVN revision: 64414
This commit is contained in:
Tom Hacohen 2011-10-26 14:33:51 +00:00
parent ee86abe1ea
commit 962d8c85c8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ _evas_font_cache_int_cmp(const RGBA_Font_Int *k1, int k1_length __UNUSED__,
else
return k1->size - k2->size;
}
return strcmp(k1->src->name, k2->src->name);;
return strcmp(k1->src->name, k2->src->name);
}
static int