summaryrefslogtreecommitdiffstats
path: root/audio/aconverter.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/aconverter.c')
-rw-r--r--audio/aconverter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/aconverter.c b/audio/aconverter.c
index a9025278cb..19b8960de2 100644
--- a/audio/aconverter.c
+++ b/audio/aconverter.c
@@ -325,7 +325,7 @@ static bool configure_lavrr(struct mp_aconverter *p, bool verbose)
p->is_resampling = false;
if (avresample_open(p->avrctx) < 0 || avresample_open(p->avrctx_out) < 0) {
- MP_ERR(p, "Cannot open Libavresample Context. \n");
+ MP_ERR(p, "Cannot open Libavresample context.\n");
goto error;
}
return true;