summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 034b1d78..8e368851 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -1418,8 +1418,8 @@ enum TOX_FILE_KIND {
1418 * primarily for validating cached avatars. This use is highly recommended to 1418 * primarily for validating cached avatars. This use is highly recommended to
1419 * avoid unnecessary avatar updates. 1419 * avoid unnecessary avatar updates.
1420 * 1420 *
1421 * If length is zero or data is NULL, the hash will contain all zero. If hash is 1421 * If hash is NULL or data is NULL while length is not 0 the function returns false,
1422 * NULL, the function returns false, otherwise it returns true. 1422 * otherwise it returns true.
1423 * 1423 *
1424 * This function is a wrapper to internal message-digest functions. 1424 * This function is a wrapper to internal message-digest functions.
1425 * 1425 *