diff src/ladspa/ladspa.c @ 1110:3604b510fe85 trunk

[svn] - build fix.
author yaz
date Fri, 25 May 2007 00:42:15 -0700
parents b48e42a3cabb
children 7a081f2998d0
line wrap: on
line diff
--- a/src/ladspa/ladspa.c	Thu May 24 23:50:52 2007 -0700
+++ b/src/ladspa/ladspa.c	Fri May 25 00:42:15 2007 -0700
@@ -115,7 +115,7 @@
 
 static GtkWidget *config_window = NULL, *run_clist = NULL;
 
-static EffectPlugin xmms_plugin = {
+static EffectPlugin ladspa_ep = {
   NULL, NULL,
   PLUGIN_NAME,
   start,