summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/Messenger.h4
-rw-r--r--toxcore/tox.h4
2 files changed, 2 insertions, 6 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h
index 33d40f60..499964a7 100644
--- a/toxcore/Messenger.h
+++ b/toxcore/Messenger.h
@@ -142,9 +142,7 @@ USERSTATUS;
142 */ 142 */
143typedef enum { 143typedef enum {
144 AVATARFORMAT_NONE, 144 AVATARFORMAT_NONE,
145 AVATARFORMAT_JPEG, 145 AVATARFORMAT_PNG
146 AVATARFORMAT_PNG,
147 AVATARFORMAT_GIF
148} 146}
149AVATARFORMAT; 147AVATARFORMAT;
150 148
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