diff options
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r-- | toxcore/tox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c index 3f2c1e92..362724fc 100644 --- a/toxcore/tox.c +++ b/toxcore/tox.c | |||
@@ -285,7 +285,7 @@ int tox_set_user_is_typing(Tox *tox, int friendnumber, uint8_t is_typing) | |||
285 | /* Get the typing status of a friend. | 285 | /* Get the typing status of a friend. |
286 | * | 286 | * |
287 | * returns 0 if friend is not typing. | 287 | * returns 0 if friend is not typing. |
288 | * returns -1 if friend is typing. | 288 | * returns 1 if friend is typing. |
289 | */ | 289 | */ |
290 | int tox_get_is_typing(Tox *tox, int friendnumber) | 290 | int tox_get_is_typing(Tox *tox, int friendnumber) |
291 | { | 291 | { |