[Xfce4-commits] r23400 - xarchiver/branches/xarchiver-psybsd/libxarchiver

Stephan Arts stephan at xfce.org
Fri Oct 13 12:46:32 UTC 2006


Author: stephan
Date: 2006-10-13 12:46:31 +0000 (Fri, 13 Oct 2006)
New Revision: 23400

Modified:
   xarchiver/branches/xarchiver-psybsd/libxarchiver/slist.c
Log:
Fixed compile issue


Modified: xarchiver/branches/xarchiver-psybsd/libxarchiver/slist.c
===================================================================
--- xarchiver/branches/xarchiver-psybsd/libxarchiver/slist.c	2006-10-13 12:39:28 UTC (rev 23399)
+++ xarchiver/branches/xarchiver-psybsd/libxarchiver/slist.c	2006-10-13 12:46:31 UTC (rev 23400)
@@ -1,4 +1,5 @@
 
+#include <string.h>
 #include <glib.h>
 #include <glib-object.h>
 
@@ -19,7 +20,7 @@
 		if(!cmp)
 		{
 			g_critical("THIS SHOULD NOT HAPPEN!!! (the universe has just collapsed)");
-			return;
+			return NULL;
 		}
 		if(cmp < 0)
 			break;



More information about the Xfce4-commits mailing list