Return a value.

SVN revision: 26001
This commit is contained in:
sebastid 2006-09-21 19:37:04 +00:00 committed by sebastid
parent ac6aa06281
commit bed170b77c
1 changed files with 2 additions and 2 deletions

View File

@ -646,7 +646,7 @@ e_container_border_raise(E_Border *bd)
Evas_List *l;
int pos = 0, i;
if (!bd->zone) return;
if (!bd->zone) return NULL;
/* Remove from old layer */
for (i = 0; i < 7; i++)
{
@ -700,7 +700,7 @@ e_container_border_lower(E_Border *bd)
Evas_List *l;
int pos = 0, i;
if (!bd->zone) return;
if (!bd->zone) return NULL;
/* Remove from old layer */
for (i = 0; i < 7; i++)
{