diff options
author | Max Kellermann <max@duempel.org> | 2008-10-29 20:37:15 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-29 20:37:15 +0100 |
commit | 38df17546a6396fcdf7c39b601339fc18079a4b0 (patch) | |
tree | f25435cd702f70caef847d0a2e4fa193e75d805c /src/output_list.c | |
parent | 2867c8e9b1656c8f8a3c1a8a39a1fde13a0020cb (diff) | |
download | mpd-38df17546a6396fcdf7c39b601339fc18079a4b0.tar.gz mpd-38df17546a6396fcdf7c39b601339fc18079a4b0.tar.xz mpd-38df17546a6396fcdf7c39b601339fc18079a4b0.zip |
pulse: no CamelCase
Diffstat (limited to 'src/output_list.c')
-rw-r--r-- | src/output_list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output_list.c b/src/output_list.c index c45227c4b..7068703f0 100644 --- a/src/output_list.c +++ b/src/output_list.c @@ -27,7 +27,7 @@ extern const struct audio_output_plugin alsaPlugin; extern const struct audio_output_plugin aoPlugin; extern const struct audio_output_plugin ossPlugin; extern const struct audio_output_plugin osxPlugin; -extern const struct audio_output_plugin pulsePlugin; +extern const struct audio_output_plugin pulse_plugin; extern const struct audio_output_plugin mvpPlugin; extern const struct audio_output_plugin jackPlugin; @@ -52,7 +52,7 @@ const struct audio_output_plugin *audio_output_plugins[] = { &osxPlugin, #endif #ifdef HAVE_PULSE - &pulsePlugin, + &pulse_plugin, #endif #ifdef HAVE_MVP &mvpPlugin, |