summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index daf3472..5c80373 100644
--- 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);
}