mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00: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:
parent
0d94dac274
commit
0d48d2f02c
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user