summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-12-01 20:33:49 -0500
committerirungentoo <irungentoo@gmail.com>2014-12-01 20:33:49 -0500
commit2ef9ef5d43cde382f43007c039824c1ae7d5b0f5 (patch)
tree72f53874fdcaf0c68fd3773a2c49d8169a6d175e
parentb52de10dabf87e34e81bf56d250805325320faf1 (diff)
Comment fix.
-rw-r--r--toxcore/tox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 5f3204e4..58d86a83 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -429,7 +429,7 @@ enum {
429 429
430/* Set the callback for group invites. 430/* Set the callback for group invites.
431 * 431 *
432 * Function(Tox *tox, int32_t friendnumber, uint8_t type, uint8_t *data, uint16_t length, void *userdata) 432 * Function(Tox *tox, int32_t friendnumber, uint8_t type, const uint8_t *data, uint16_t length, void *userdata)
433 * 433 *
434 * data of length is what needs to be passed to join_groupchat(). 434 * data of length is what needs to be passed to join_groupchat().
435 * 435 *