diff options
-rw-r--r-- | toxcore/tox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h index 99ae0a58..c17125a7 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h | |||
@@ -173,7 +173,7 @@ uint32_t tox_send_action(Tox *tox, int32_t friendnumber, const uint8_t *action, | |||
173 | /* Set our nickname. | 173 | /* Set our nickname. |
174 | * name must be a string of maximum MAX_NAME_LENGTH length. | 174 | * name must be a string of maximum MAX_NAME_LENGTH length. |
175 | * length must be at least 1 byte. | 175 | * length must be at least 1 byte. |
176 | * length is the length of name with the NULL terminator. | 176 | * length is the length of name. |
177 | * | 177 | * |
178 | * return 0 if success. | 178 | * return 0 if success. |
179 | * return -1 if failure. | 179 | * return -1 if failure. |