[MPlayer-cvslog] r22174 - trunk/libaf/af_ladspa.c
reimar
subversion at mplayerhq.hu
Thu Feb 8 12:27:19 CET 2007
Author: reimar
Date: Thu Feb 8 12:27:18 2007
New Revision: 22174
Modified:
trunk/libaf/af_ladspa.c
Log:
Cosmetics: add space after comma in output
Modified: trunk/libaf/af_ladspa.c
==============================================================================
--- trunk/libaf/af_ladspa.c (original)
+++ trunk/libaf/af_ladspa.c Thu Feb 8 12:27:18 2007
@@ -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);
}
More information about the MPlayer-cvslog
mailing list