ratox

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

commit f358a8a8d004c4fc5673224e0cb7da09450f35cf
parent 4fd06bfb79fedfe4833f7fccfd1e8c20306d8e2f
Author: sin <sin@2f30.org>
Date:   Thu, 11 Dec 2014 17:22:11 +0000

Simplify comments

Diffstat:
Mconfig.def.h | 15++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -1,15 +1,12 @@ /* See LICENSE file for copyright and license details. */ -/* - * Connection delay in seconds - */ + +/* Connection delay in seconds */ #define CONNECTDELAY 3 -/* - * Ringing delay in seconds - */ + +/* Ringing delay in seconds */ #define RINGINGDELAY 16 -/* - * Maximum number of simultaneous calls - */ + +/* Maximum number of simultaneous calls */ #define MAXCALLS 8 static char *savefile = ".ratox.tox";