summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-03-18 17:14:57 -0400
committerirungentoo <irungentoo@gmail.com>2015-03-18 17:14:57 -0400
commite0bd6ef4e0e79804e36ae86b4f08f19c2ce93700 (patch)
treeef890981ac5242cc1d8bbaf15edc47d88045e3f8 /toxcore
parent45cf8a744c381b751262295177e636b9fbce7040 (diff)
Renamed TOX_MESSAGE_TYPE_MESSAGE to TOX_MESSAGE_TYPE_NORMAL.
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/tox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index eec41fc7..f880f71c 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -300,7 +300,7 @@ typedef enum TOX_MESSAGE_TYPE {
300 /** 300 /**
301 * Normal text message. Similar to PRIVMSG on IRC. 301 * Normal text message. Similar to PRIVMSG on IRC.
302 */ 302 */
303 TOX_MESSAGE_TYPE_MESSAGE, 303 TOX_MESSAGE_TYPE_NORMAL,
304 /** 304 /**
305 * A message describing an user action. This is similar to /me (CTCP ACTION) 305 * A message describing an user action. This is similar to /me (CTCP ACTION)
306 * on IRC. 306 * on IRC.