SVN revision: 54211
This commit is contained in:
Mike Blumenkrantz 2010-11-06 02:59:11 +00:00
parent 8a87f08107
commit fc6657453d
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ ecore_event_handler_data_set(Ecore_Event_Handler *eh, void *data)
void *old;
if (!ECORE_MAGIC_CHECK(eh, ECORE_MAGIC_EVENT_HANDLER))
{
ECORE_MAGIC_FAIL(eh, ECORE_MAGIC_EVENT_HANDLER, "ecore_event_handler_data_get");
ECORE_MAGIC_FAIL(eh, ECORE_MAGIC_EVENT_HANDLER, "ecore_event_handler_data_set");
return NULL;
}
old = eh->data;