# HG changeset patch # User William Pitcock # Date 1190831355 18000 # Node ID 65717457fcab9c07816378cbace73aad6143bb50 # Parent 946de0b91bdc70c78aa5a8762e2e67b94d1cc5ac More descriptive plugin name for voice_removal. diff -r 946de0b91bdc -r 65717457fcab src/voice_removal/voice_removal.c --- a/src/voice_removal/voice_removal.c Wed Sep 26 12:34:39 2007 -0500 +++ b/src/voice_removal/voice_removal.c Wed Sep 26 13:29:15 2007 -0500 @@ -26,13 +26,11 @@ #include "../../config.h" -#define PLUGIN_NAME "voice_removal " PACKAGE_VERSION - static int apply_effect (gpointer *d, gint length, AFormat afmt, gint srate, gint nch); static EffectPlugin xmms_plugin = { - .description = PLUGIN_NAME, + .description = "Voice Removal Plugin", .mod_samples = apply_effect, };