tSimplify comments - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f358a8a8d004c4fc5673224e0cb7da09450f35cf
 (DIR) parent 4fd06bfb79fedfe4833f7fccfd1e8c20306d8e2f
 (HTM) Author: sin <sin@2f30.org>
       Date:   Thu, 11 Dec 2014 17:22:11 +0000
       
       Simplify comments
       
       Diffstat:
         M config.def.h                        |      15 ++++++---------
       
       1 file changed, 6 insertions(+), 9 deletions(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -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";