SVN revision: 15070
This commit is contained in:
handyande 2005-06-02 23:17:10 +00:00 committed by handyande
parent 7716bedab3
commit 2833c26988
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ break;
Evas_List *dat = NULL, *l;
#define DECODE(__dec) \
if (dat && __dec(e->data, e->size, &dat))
if (__dec(e->data, e->size, &dat))
#endif