warning fix

SVN revision: 12078
This commit is contained in:
tsauerbeck 2004-10-30 11:08:17 +00:00 committed by tsauerbeck
parent 135d3ca91d
commit c931ff883f
1 changed files with 1 additions and 1 deletions

View File

@ -1491,7 +1491,7 @@ int
_edje_unblock(Edje *ed) _edje_unblock(Edje *ed)
{ {
int ret = 0; int ret = 0;
if (!ed) return; if (!ed) return ret;
ed->block--; ed->block--;
if (ed->block == 0) if (ed->block == 0)