Comment fix.

This commit is contained in:
irungentoo 2014-12-01 20:33:49 -05:00
parent b52de10dab
commit 2ef9ef5d43
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -429,7 +429,7 @@ enum {
/* Set the callback for group invites. /* Set the callback for group invites.
* *
* Function(Tox *tox, int32_t friendnumber, uint8_t type, uint8_t *data, uint16_t length, void *userdata) * Function(Tox *tox, int32_t friendnumber, uint8_t type, const uint8_t *data, uint16_t length, void *userdata)
* *
* data of length is what needs to be passed to join_groupchat(). * data of length is what needs to be passed to join_groupchat().
* *