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 0bf3fc0820..3dc400458b 100644
--- a/libaf/af_ladspa.c
+++ b/libaf/af_ladspa.c
@@ -254,7 +254,7 @@ static int af_ladspa_parse_plugin(af_ladspa_t *setup) {
} else if (setup->ninputs == 2) {
af_msg(AF_MSG_VERBOSE, "%s: this is a stereo effect\n", setup->myname);
} else {
- af_msg(AF_MSG_VERBOSE, "%s: this is a %i-channel effect,"
+ af_msg(AF_MSG_VERBOSE, "%s: this is a %i-channel effect, "
"support is experimental\n", setup->myname, setup->ninputs);
}