diff options
-rw-r--r-- | config.def.h | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/config.def.h b/config.def.h index dc232cd..2de95d2 100644 --- 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"; |