summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 75e1a303..447a1146 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -132,8 +132,7 @@ typedef struct Tox Tox;
132 * 132 *
133 * The length when passing those strings to the core includes that NULL character. 133 * The length when passing those strings to the core includes that NULL character.
134 * 134 *
135 * It wont do anything if you send you send non NULL terminated strings because Tox force NULL terminates them anyways 135 * If you send non NULL terminated strings Tox will force NULL terminates them when it receives them.
136 * when it receives them.
137 */ 136 */
138 137
139/* return TOX_FRIEND_ADDRESS_SIZE byte address to give to others. 138/* return TOX_FRIEND_ADDRESS_SIZE byte address to give to others.