diff options
Diffstat (limited to '')
-rw-r--r-- | src/mixer/MixerAll.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/MixerAll.cxx b/src/mixer/MixerAll.cxx index ac40bc496..5fef6a92f 100644 --- a/src/mixer/MixerAll.cxx +++ b/src/mixer/MixerAll.cxx @@ -149,7 +149,7 @@ MultipleOutputs::SetSoftwareVolume(unsigned volume) const auto mixer = ao->mixer; if (mixer != nullptr && - mixer->plugin == &software_mixer_plugin) + &mixer->plugin == &software_mixer_plugin) mixer_set_volume(mixer, volume, IgnoreError()); } } |