0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Cosmetics: add space after comma in output

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22174 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-02-08 11:27:18 +00:00
parent 0d94dac274
commit 0d48d2f02c

View File

@ -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);
}