summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-16 16:18:35 -0400
committerirungentoo <irungentoo@gmail.com>2013-09-16 16:18:35 -0400
commit67da01fb0616fcdf39db8ffb26bd40c9e4bc9d83 (patch)
treec2db7967d290713da1bc77d272a2825e9868a8ac /toxcore/Messenger.c
parent1d2f4465bf634f45704eb69791c45bd623154909 (diff)
Fixed build.
Diffstat (limited to 'toxcore/Messenger.c')
-rw-r--r--toxcore/Messenger.c3
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