cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4c2628b03ece105a6be77e128ef7f5c4a2344a65

commit 4c2628b03ece105a6be77e128ef7f5c4a2344a65
Author: Jee-Yong Um <con...@gmail.com>
Date:   Tue Mar 15 11:29:47 2016 -0700

    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 <ced...@osg.samsung.com>
---
 src/lib/edje/edje_calc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/edje/edje_calc.c b/src/lib/edje/edje_calc.c
index 2a2ada6..d8c607f 100644
--- a/src/lib/edje/edje_calc.c
+++ b/src/lib/edje/edje_calc.c
@@ -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,

-- 


Reply via email to