summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-17 16:28:39 -0400
committerirungentoo <irungentoo@gmail.com>2013-09-17 16:28:39 -0400
commit5a83c1296cee5b0bfaae564896f56d78ae265fbc (patch)
tree89db75e5314c676872cbee193357b63d003bf635 /toxcore/tox.c
parentdd12d464de48ca478540457cee4207c38ce69982 (diff)
astyled everything.
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r--toxcore/tox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c
index 78074db1..4fba360b 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -410,7 +410,7 @@ int tox_del_groupchat(void *tox, int groupnumber)
410 410
411/* Copy the name of peernumber who is in groupnumber to name. 411/* Copy the name of peernumber who is in groupnumber to name.
412 * name must be at least MAX_NICK_BYTES long. 412 * name must be at least MAX_NICK_BYTES long.
413 * 413 *
414 * return length of name if success 414 * return length of name if success
415 * return -1 if failure 415 * return -1 if failure
416 */ 416 */