summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-08 11:27:18 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-08 11:27:18 +0000
commit0d48d2f02c009152aa7f237a81ebdf7e5d576c97 (patch)
tree72031ff565343e4e56330e667c8cfcbeb96e9728 /libaf
parent0d94dac2745dc23dcc15c9530a63975c196b699a (diff)
downloadmpv-0d48d2f02c009152aa7f237a81ebdf7e5d576c97.tar.bz2
mpv-0d48d2f02c009152aa7f237a81ebdf7e5d576c97.tar.xz
Cosmetics: add space after comma in output
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22174 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf')
-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);
}