tAdd comment like we do for the name and id - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 30f513beb44fde786ce096b0687ff20c4640407d
 (DIR) parent e73c01dd9a1fc85051a4b720fcb9175aeaf6eadf
 (HTM) Author: sin <sin@2f30.org>
       Date:   Tue, 16 Sep 2014 16:28:45 +0100
       
       Add comment like we do for the name and id
       
       Diffstat:
         M ratatox.c                           |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/ratatox.c b/ratatox.c
       t@@ -579,6 +579,7 @@ localinit(void)
                name[r] = '\0';
                writeline("name_out", "w", "%s\n", name);
        
       +        /* Dump status message */
                r = tox_get_self_status_message(tox, statusmsg,
                                                sizeof(statusmsg) - 1);
                if (r > sizeof(statusmsg) - 1)