From 0d48d2f02c009152aa7f237a81ebdf7e5d576c97 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 8 Feb 2007 11:27:18 +0000 Subject: Cosmetics: add space after comma in output git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22174 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af_ladspa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libaf/af_ladspa.c') 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); } -- cgit v1.2.3