summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
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.h
parentdd12d464de48ca478540457cee4207c38ce69982 (diff)
astyled everything.
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index cc7fc5ec..b39008fe 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -378,7 +378,7 @@ int tox_del_groupchat(Tox *tox, int groupnumber);
378 378
379/* Copy the name of peernumber who is in groupnumber to name. 379/* Copy the name of peernumber who is in groupnumber to name.
380 * name must be at least TOX_MAX_NAME_LENGTH long. 380 * name must be at least TOX_MAX_NAME_LENGTH long.
381 * 381 *
382 * return length of name if success 382 * return length of name if success
383 * return -1 if failure 383 * return -1 if failure
384 */ 384 */