jihoon pushed a commit to branch master.

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

commit b40f170b24caa12ad09c0f12a4712e3b3cc18111
Author: Jihoon Kim <jihoon48....@samsung.com>
Date:   Thu Oct 22 14:23:43 2015 +0900

    Ecore evas: Correct function name in magic failure of 
ecore_evas_rotation_with_resize_set ()
---
 src/lib/ecore_evas/ecore_evas.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_evas/ecore_evas.c b/src/lib/ecore_evas/ecore_evas.c
index 1de6dea..d702ccc 100644
--- a/src/lib/ecore_evas/ecore_evas.c
+++ b/src/lib/ecore_evas/ecore_evas.c
@@ -1317,7 +1317,7 @@ ecore_evas_rotation_with_resize_set(Ecore_Evas *ee, int 
rot)
    if (!ECORE_MAGIC_CHECK(ee, ECORE_MAGIC_EVAS))
      {
         ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS,
-                         "ecore_evas_rotation_set");
+                         "ecore_evas_rotation_with_resize_set");
         return;
      }
    rot = rot % 360;

-- 


Reply via email to