pcm/SoxrResampler: fix indent

This commit is contained in:
Max Kellermann 2015-01-21 19:47:14 +01:00
parent 4c74016b1a
commit 288ba84939
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ pcm_resample_soxr_global_init(const char *converter, Error &error)
{
if (!soxr_parse_converter(converter)) {
error.Format(soxr_domain,
"unknown samplerate converter '%s'", converter);
"unknown samplerate converter '%s'", converter);
return false;
}