diff options
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r-- | toxcore/tox.h | 4 |
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 | */ |
76 | typedef enum { | 76 | typedef 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 | } |
82 | TOX_AVATARFORMAT; | 80 | TOX_AVATARFORMAT; |
83 | 81 | ||