From 67da01fb0616fcdf39db8ffb26bd40c9e4bc9d83 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Mon, 16 Sep 2013 16:18:35 -0400 Subject: Fixed build. --- toxcore/Messenger.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toxcore/Messenger.c') 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 } break; - - default: #ifdef DEBUG + default: fprintf(stderr, "Load state: contains unrecognized part (len %u, type %u)\n", length, type); #endif -- cgit v1.2.3