Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
1181:2f3397e53b05 | 1182:8df9aab3897e |
---|---|
466 static void cleanup(void) | 466 static void cleanup(void) |
467 { | 467 { |
468 g_free(LastFMGlobalData); | 468 g_free(LastFMGlobalData); |
469 } | 469 } |
470 | 470 |
471 DECLARE_PLUGIN(lastfm, init, cleanup, NULL, NULL, NULL, NULL, NULL); | 471 DECLARE_PLUGIN(lastfm, init, cleanup, NULL, NULL, NULL, NULL, NULL) |