Add return value.

SVN revision: 24990
This commit is contained in:
sebastid 2006-08-21 15:11:07 +00:00 committed by sebastid
parent be3475b1c8
commit 71b883624d
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ _e_pointer_type_set(E_Pointer *p, const char *type)
}
edje_object_part_swallow(p->pointer_object, "hotspot", p->hot_object);
p->hot.update = 1;
return;
return 1;
}
fallback:
{