mirror of
https://github.com/TokTok/c-toxcore
synced 2026-08-28 22:58:40 +00:00
Fixed build.
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user