summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
diff options
context:
space:
mode:
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 83b19e9b..54bbd9f0 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -184,7 +184,7 @@ uint16_t tox_getselfname(void *tox, uint8_t *name, uint16_t nlen)
184/* Get name of friendnumber and put it in name. 184/* Get name of friendnumber and put it in name.
185 * name needs to be a valid memory location with a size of at least MAX_NAME_LENGTH (128) bytes. 185 * name needs to be a valid memory location with a size of at least MAX_NAME_LENGTH (128) bytes.
186 * 186 *
187 * return 0 if success. 187 * return length of name (with the NULL terminator) if success.
188 * return -1 if failure. 188 * return -1 if failure.
189 */ 189 */
190int tox_getname(void *tox, int friendnumber, uint8_t *name) 190int tox_getname(void *tox, int friendnumber, uint8_t *name)