diff options
-rw-r--r-- | tools/irecovery.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/irecovery.c b/tools/irecovery.c index 5c82a00..a46d5df 100644 --- a/tools/irecovery.c +++ b/tools/irecovery.c @@ -36,7 +36,12 @@ #define debug(...) if(verbose) fprintf(stderr, __VA_ARGS__) enum { - kResetDevice, kStartShell, kSendCommand, kSendFile, kSendExploit, kSendScript + kResetDevice, + kStartShell, + kSendCommand, + kSendFile, + kSendExploit, + kSendScript }; static unsigned int quit = 0; |