evas: Add return value

SVN revision: 48820
This commit is contained in:
Sebastian Dransfeld 2010-05-13 20:24:06 +00:00
parent ab7e6fe3f8
commit 2c74596411
1 changed files with 1 additions and 0 deletions

View File

@ -362,6 +362,7 @@ evas_object_map_source_get(const Evas_Object *obj)
MAGIC_CHECK(obj, Evas_Object, MAGIC_OBJ);
return NULL;
MAGIC_CHECK_END();
return NULL;
}
/**