Add return value

SVN revision: 24268
This commit is contained in:
sebastid 2006-07-28 11:31:50 +00:00 committed by sebastid
parent 8606459d74
commit 3d1f519d17
1 changed files with 1 additions and 1 deletions

View File

@ -1742,7 +1742,7 @@ e_gadcon_layout_orientation_get(Evas_Object *obj)
{
E_Smart_Data *sd;
if (!obj) return;
if (!obj) return 0;
sd = evas_object_smart_data_get(obj);
if (!sd) return 0;