changeset 22156:5b8b1e85db32

Cosmetics: add space after comma in output
author reimar
date Thu, 08 Feb 2007 11:27:18 +0000
parents bea181ba1df4
children b6f01e891ba8
files libaf/af_ladspa.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/af_ladspa.c	Wed Feb 07 23:56:08 2007 +0000
+++ b/libaf/af_ladspa.c	Thu Feb 08 11:27:18 2007 +0000
@@ -254,7 +254,7 @@
     } 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);
     }