summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--other/apidsl/tox.in.h2
-rw-r--r--toxcore/tox.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h
index 5b371c17..87d0ab87 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -1512,7 +1512,7 @@ namespace file {
1512 */ 1512 */
1513 DATA, 1513 DATA,
1514 /** 1514 /**
1515 * Avatar filename. This consists of $hash(image). 1515 * Avatar file_id. This consists of $hash(image).
1516 * Avatar data. This consists of the image data. 1516 * Avatar data. This consists of the image data.
1517 * 1517 *
1518 * Avatars can be sent at any time the client wishes. Generally, a client will 1518 * Avatars can be sent at any time the client wishes. Generally, a client will
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 038a366f..cf5491af 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -1596,7 +1596,7 @@ enum TOX_FILE_KIND {
1596 TOX_FILE_KIND_DATA, 1596 TOX_FILE_KIND_DATA,
1597 1597
1598 /** 1598 /**
1599 * Avatar filename. This consists of tox_hash(image). 1599 * Avatar file_id. This consists of tox_hash(image).
1600 * Avatar data. This consists of the image data. 1600 * Avatar data. This consists of the image data.
1601 * 1601 *
1602 * Avatars can be sent at any time the client wishes. Generally, a client will 1602 * Avatars can be sent at any time the client wishes. Generally, a client will