summaryrefslogtreecommitdiffstats
path: root/libaf/af_ladspa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af_ladspa.c')
-rw-r--r--libaf/af_ladspa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af_ladspa.c b/libaf/af_ladspa.c
index cc4f9c0540..f78765af4f 100644
--- a/libaf/af_ladspa.c
+++ b/libaf/af_ladspa.c
@@ -497,7 +497,7 @@ static int af_ladspa_load_plugin(af_ladspa_t *setup) {
*/
static int af_ladspa_malloc_failed(char *myname) {
- af_msg(AF_MSG_ERROR, "%s: %s\n", myname, MSGTR_MemAllocFailed);
+ af_msg(AF_MSG_ERROR, "%s: %s", myname, MSGTR_MemAllocFailed);
return AF_ERROR;
}