diff --git a/src/milkyplay/ResamplerFactory.cpp b/src/milkyplay/ResamplerFactory.cpp index 2192dd1..ba9789a 100644 --- a/src/milkyplay/ResamplerFactory.cpp +++ b/src/milkyplay/ResamplerFactory.cpp @@ -115,4 +115,5 @@ ChannelMixer::ResamplerBase* ResamplerFactory::createResampler(ResamplerTypes ty case MIXER_INVALID: return NULL; } + return NULL; }