mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed comment.
This commit is contained in:
parent
3f6a8f10bb
commit
29c37bf2f4
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user