ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit 3b18dd16f076d9641ab17853a3adbb74d53b2932
parent 264c9fd04d5a633e7ee9e59e8406ae5295f93bfb
Author: sin <sin@2f30.org>
Date:   Mon,  6 Oct 2014 11:57:27 +0100

Nuke leading space

Diffstat:
Mratox.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ratox.c b/ratox.c @@ -466,7 +466,7 @@ cbcallstarting(void *av, int32_t cnum, void *udata) if (!f) return; - printout(" : %s : Tx AV > Started\n", f->name); + printout(": %s : Tx AV > Started\n", f->name); preparetxcall(f); toxav_prepare_transmission(toxav, cnum, av_jbufdc, av_VADd, 0); }