[Goodies-commits] r6393 - ristretto/trunk/src

Stephan Arts stephan at xfce.org
Fri Jan 2 13:10:48 CET 2009


Author: stephan
Date: 2009-01-02 12:10:48 +0000 (Fri, 02 Jan 2009)
New Revision: 6393

Modified:
   ristretto/trunk/src/main.c
Log:
Fix compiler warning (thanx to jerome guelfucci)



Modified: ristretto/trunk/src/main.c
===================================================================
--- ristretto/trunk/src/main.c	2009-01-02 09:40:01 UTC (rev 6392)
+++ ristretto/trunk/src/main.c	2009-01-02 12:10:48 UTC (rev 6393)
@@ -65,7 +65,7 @@
         N_("Start a slideshow"),
         NULL
     },
-    { NULL }
+    { NULL, ' ', 0, 0, NULL, NULL, NULL }
 };
 
 




More information about the Goodies-commits mailing list