diff options
author | sin <sin@2f30.org> | 2014-09-16 16:28:45 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-16 16:28:45 +0100 |
commit | 30f513beb44fde786ce096b0687ff20c4640407d (patch) | |
tree | 53705aa26e1fd7bd30806708c035ae71b27df288 /ratatox.c | |
parent | e73c01dd9a1fc85051a4b720fcb9175aeaf6eadf (diff) |
Add comment like we do for the name and id
Diffstat (limited to 'ratatox.c')
-rw-r--r-- | ratatox.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |