Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_freebox.c 


Log Message:
- fixup return define

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_freebox.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_freebox.c       23 Apr 2007 16:05:53 -0000      1.20
+++ ewl_freebox.c       9 Jul 2007 17:32:59 -0000       1.21
@@ -224,7 +224,7 @@
        DCHECK_PARAM_PTR_RET("fb", fb, NULL);
        DCHECK_TYPE_RET("fb", fb, EWL_FREEBOX_TYPE, NULL);
 
-       DRETURN_INT(fb->comparator, DLEVEL_STABLE);
+       DRETURN_PTR(fb->comparator, DLEVEL_STABLE);
 }
 
 /**



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to