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, 1 insertions, 3 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index df348659..f4527785 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -75,9 +75,7 @@ TOX_USERSTATUS;
75 */ 75 */
76typedef enum { 76typedef enum {
77 TOX_AVATARFORMAT_NONE, 77 TOX_AVATARFORMAT_NONE,
78 TOX_AVATARFORMAT_JPEG, 78 TOX_AVATARFORMAT_PNG
79 TOX_AVATARFORMAT_PNG,
80 TOX_AVATARFORMAT_GIF
81} 79}
82TOX_AVATARFORMAT; 80TOX_AVATARFORMAT;
83 81