edc_parser: fix build break.

it's a just typo.
This commit is contained in:
Hermet Park 2016-01-29 16:10:51 +09:00
parent 49ee620131
commit e381643026
1 changed files with 2 additions and 2 deletions

View File

@ -1571,8 +1571,8 @@ parser_paragh_name_get(parser_data *pd EINA_UNUSED, Evas_Object *entry)
{ "rel2", 4 }, { "rel2", 4 },
{ "spacer", 6 }, { "spacer", 6 },
{ "swallow", 7 }, { "swallow", 7 },
{ "textblock", 9 } { "textblock", 9 },
{ "text", 4 }, { "text", 4 }
}; };
const char *text = elm_entry_entry_get(entry); const char *text = elm_entry_entry_get(entry);