From e96e7dea1c2cd12ddb2679b7f91775c48aff4d11 Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Tue, 5 May 2015 01:10:35 +0200 Subject: Fix some warnings --- src/common.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/common.c') diff --git a/src/common.c b/src/common.c index e731d00..b5af690 100644 --- a/src/common.c +++ b/src/common.c @@ -32,6 +32,15 @@ #define MAX_PRINT_LEN 64*1024 +struct idevicerestore_mode_t idevicerestore_modes[] = { + { 0, "WTF" }, + { 1, "DFU" }, + { 2, "Recovery" }, + { 3, "Restore" }, + { 4, "Normal" }, + { -1, NULL } +}; + int idevicerestore_debug = 0; #define idevicerestore_err_buff_size 256 -- cgit v1.1-32-gdbae