aboutsummaryrefslogtreecommitdiff
path: root/src/output/shout_output_plugin.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-17 20:04:18 +0200
committerMax Kellermann <max@duempel.org>2011-09-17 20:04:18 +0200
commit0bd0e2a3ec3d0534588d7cc9926ad4575cf18b60 (patch)
tree529abaf4e7afa1f879cf51b5564516d7f753cd79 /src/output/shout_output_plugin.c
parent47774ce882873578425546f13fefc10073e5e9e0 (diff)
output: rename plugin variables
Consistent naming.
Diffstat (limited to 'src/output/shout_output_plugin.c')
-rw-r--r--src/output/shout_output_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/shout_output_plugin.c b/src/output/shout_output_plugin.c
index dcc224e7..299f5b24 100644
--- a/src/output/shout_output_plugin.c
+++ b/src/output/shout_output_plugin.c
@@ -551,7 +551,7 @@ static void my_shout_set_tag(void *data,
write_page(sd, NULL);
}
-const struct audio_output_plugin shoutPlugin = {
+const struct audio_output_plugin shout_output_plugin = {
.name = "shout",
.init = my_shout_init_driver,
.finish = my_shout_finish_driver,