diff src/lastfm/lastfm.c @ 1182:8df9aab3897e trunk

[svn] - Bleh, squash the evil warning! Must compile without warnings!
author nazca
date Tue, 12 Jun 2007 17:26:51 -0700
parents 1ba0d3500f3c
children 0ae013f630fa
line wrap: on
line diff
--- a/src/lastfm/lastfm.c	Sat Jun 09 06:16:03 2007 -0700
+++ b/src/lastfm/lastfm.c	Tue Jun 12 17:26:51 2007 -0700
@@ -468,4 +468,4 @@
 	g_free(LastFMGlobalData);
 }
 
-DECLARE_PLUGIN(lastfm, init, cleanup, NULL, NULL, NULL, NULL, NULL);
+DECLARE_PLUGIN(lastfm, init, cleanup, NULL, NULL, NULL, NULL, NULL)