Fixed comment.

This commit is contained in:
irungentoo 2015-05-28 11:37:24 -04:00
parent 3f6a8f10bb
commit 29c37bf2f4
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98
2 changed files with 2 additions and 2 deletions

View File

@ -1512,7 +1512,7 @@ namespace file {
*/ */
DATA, DATA,
/** /**
* Avatar filename. This consists of $hash(image). * Avatar file_id. This consists of $hash(image).
* Avatar data. This consists of the image data. * Avatar data. This consists of the image data.
* *
* Avatars can be sent at any time the client wishes. Generally, a client will * Avatars can be sent at any time the client wishes. Generally, a client will

View File

@ -1596,7 +1596,7 @@ enum TOX_FILE_KIND {
TOX_FILE_KIND_DATA, TOX_FILE_KIND_DATA,
/** /**
* Avatar filename. This consists of tox_hash(image). * Avatar file_id. This consists of tox_hash(image).
* Avatar data. This consists of the image data. * Avatar data. This consists of the image data.
* *
* Avatars can be sent at any time the client wishes. Generally, a client will * Avatars can be sent at any time the client wishes. Generally, a client will