Evas font: Removed double ;.
authorTom Hacohen <tom@stosb.com>
Wed, 26 Oct 2011 14:33:51 +0000 (14:33 +0000)
committerTom Hacohen <tom@stosb.com>
Wed, 26 Oct 2011 14:33:51 +0000 (14:33 +0000)
SVN revision: 64414

legacy/evas/src/lib/engines/common/evas_font_load.c

index 98b47f9..3fc4521 100644 (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