summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 0a4e80f7..72589142 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -292,7 +292,7 @@ int tox_set_user_is_typing(Tox *tox, int friendnumber, uint8_t is_typing);
292/* Get the typing status of a friend. 292/* Get the typing status of a friend.
293 * 293 *
294 * returns 0 if friend is not typing. 294 * returns 0 if friend is not typing.
295 * returns -1 if friend is typing. 295 * returns 1 if friend is typing.
296 */ 296 */
297int tox_get_is_typing(Tox *tox, int friendnumber); 297int tox_get_is_typing(Tox *tox, int friendnumber);
298 298