diff audacious/input.c @ 625:0a73d1faeb4e trunk

[svn] GCC 4.1 warning fixes by Diego 'Flameeyes' Petteno from Gentoo.
author chainsaw
date Mon, 06 Feb 2006 17:10:47 -0800
parents e4e897d20791
children ed26947bbf57
line wrap: on
line diff
--- a/audacious/input.c	Mon Feb 06 16:52:28 2006 -0800
+++ b/audacious/input.c	Mon Feb 06 17:10:47 2006 -0800
@@ -59,7 +59,8 @@
     NULL,
     NULL,
     FALSE,
-    FALSE
+    FALSE,
+    NULL
 };
 
 static GList *vis_list = NULL;