fix returned value

SVN revision: 81323
This commit is contained in:
Vincent Torri 2012-12-19 07:06:22 +00:00
parent 076204d166
commit a4f4aa00b3
1 changed files with 1 additions and 1 deletions

View File

@ -3160,7 +3160,7 @@ ecore_evas_extn_plug_connect(Evas_Object *obj, const char *svcname, int svcnum,
Ecore_Evas *ee;
ee = ecore_evas_object_ecore_evas_get(obj);
EINA_SAFETY_ON_NULL_RETURN(ee);
EINA_SAFETY_ON_NULL_RETURN_VAL(ee, EINA_FALSE);
iface = (Ecore_Evas_Interface_Extn *)_ecore_evas_interface_get(ee, "extn");
EINA_SAFETY_ON_NULL_RETURN_VAL(iface, EINA_FALSE);