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 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 */
290int tox_get_is_typing(Tox *tox, int friendnumber) 290int tox_get_is_typing(Tox *tox, int friendnumber)
291{ 291{