Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/common


Modified Files:
        evfs_debug.c 


Log Message:
FREE to free.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/common/evfs_debug.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evfs_debug.c        15 Aug 2005 19:53:57 -0000      1.2
+++ evfs_debug.c        26 Nov 2005 08:22:01 -0000      1.3
@@ -88,7 +88,7 @@
 static void
 debug_destructor(void *item)
 {
-  FREE(item);
+  free(item);
 }
 #endif
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to