Evas textblock: Removed double ;.

This commit is contained in:
Tom Hacohen 2013-05-16 10:38:56 +01:00
parent 311dab3fee
commit 97acb71175
1 changed files with 1 additions and 1 deletions

View File

@ -2334,7 +2334,7 @@ _format_parse(const char **s)
{
const char *p;
const char *s1 = NULL, *s2 = NULL;
Eina_Bool quote = EINA_FALSE;;
Eina_Bool quote = EINA_FALSE;
p = *s;
if (*p == 0) return NULL;