edje: fix wrong char in error message

Summary: fix wrong char in error message of _edje_real_part_image_set()

Reviewers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3792

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Jee-Yong Um 2016-03-15 11:29:47 -07:00 committed by Cedric Bail
parent a91d5e8f72
commit 4c2628b03e
1 changed files with 1 additions and 1 deletions

View File

@ -629,7 +629,7 @@ _edje_real_part_image_set(Edje *ed, Edje_Real_Part *ep, Edje_Real_Part_Set **set
}
if (image_id < 0)
{
ERR("¨Part \"%s\" description, "
ERR("Part \"%s\" description, "
"\"%s\" %3.3f with image %i index has a missing image id in a set of %i !!!",
ep->part->name,
ep->param1.description->state.name,