summaryrefslogtreecommitdiffstats
path: root/src/polypcore/sample-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/sample-util.c')
-rw-r--r--src/polypcore/sample-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/sample-util.c b/src/polypcore/sample-util.c
index e588446d..2c3fbd79 100644
--- a/src/polypcore/sample-util.c
+++ b/src/polypcore/sample-util.c
@@ -330,7 +330,7 @@ void pa_volume_memchunk(pa_memchunk*c, const pa_sample_spec *spec, const pa_cvol
}
default:
- pa_log_error(__FILE__": ERROR: Unable to change volume of format %s.\n",
+ pa_log_error(__FILE__": ERROR: Unable to change volume of format %s.",
pa_sample_format_to_string(spec->format));
abort();
}