diff options
author | Max Kellermann <max@duempel.org> | 2011-09-17 20:04:18 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-09-17 20:04:18 +0200 |
commit | 0bd0e2a3ec3d0534588d7cc9926ad4575cf18b60 (patch) | |
tree | 529abaf4e7afa1f879cf51b5564516d7f753cd79 /src/output/shout_output_plugin.h | |
parent | 47774ce882873578425546f13fefc10073e5e9e0 (diff) | |
download | mpd-0bd0e2a3ec3d0534588d7cc9926ad4575cf18b60.tar.gz mpd-0bd0e2a3ec3d0534588d7cc9926ad4575cf18b60.tar.xz mpd-0bd0e2a3ec3d0534588d7cc9926ad4575cf18b60.zip |
output: rename plugin variables
Consistent naming.
Diffstat (limited to '')
-rw-r--r-- | src/output/shout_output_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/shout_output_plugin.h b/src/output/shout_output_plugin.h index 245ecd1c5..9a7378803 100644 --- a/src/output/shout_output_plugin.h +++ b/src/output/shout_output_plugin.h @@ -20,6 +20,6 @@ #ifndef MPD_SHOUT_OUTPUT_PLUGIN_H #define MPD_SHOUT_OUTPUT_PLUGIN_H -extern const struct audio_output_plugin shoutPlugin; +extern const struct audio_output_plugin shout_output_plugin; #endif |