Ecore evas: Correct function name in magic failure of ecore_evas_rotation_with_resize_set ()

This commit is contained in:
Jihoon Kim 2015-10-22 14:23:43 +09:00
parent 21dc4443a5
commit b40f170b24
1 changed files with 1 additions and 1 deletions

View File

@ -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;