diff options
Diffstat (limited to 'toxcore')
-rw-r--r-- | toxcore/Messenger.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c index cdc133d0..e4d32b8a 100644 --- a/toxcore/Messenger.c +++ b/toxcore/Messenger.c | |||
@@ -1589,9 +1589,8 @@ static int messenger_load_state_callback(void *outer, uint8_t *data, uint32_t le | |||
1589 | } | 1589 | } |
1590 | 1590 | ||
1591 | break; | 1591 | break; |
1592 | |||
1593 | default: | ||
1594 | #ifdef DEBUG | 1592 | #ifdef DEBUG |
1593 | default: | ||
1595 | fprintf(stderr, "Load state: contains unrecognized part (len %u, type %u)\n", | 1594 | fprintf(stderr, "Load state: contains unrecognized part (len %u, type %u)\n", |
1596 | length, type); | 1595 | length, type); |
1597 | #endif | 1596 | #endif |