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 @@ | |||
| 36 | #define debug(...) if(verbose) fprintf(stderr, __VA_ARGS__) | 36 | #define debug(...) if(verbose) fprintf(stderr, __VA_ARGS__) |
| 37 | 37 | ||
| 38 | enum { | 38 | enum { |
| 39 | kResetDevice, kStartShell, kSendCommand, kSendFile, kSendExploit, kSendScript | 39 | kResetDevice, |
| 40 | kStartShell, | ||
| 41 | kSendCommand, | ||
| 42 | kSendFile, | ||
| 43 | kSendExploit, | ||
| 44 | kSendScript | ||
| 40 | }; | 45 | }; |
| 41 | 46 | ||
| 42 | static unsigned int quit = 0; | 47 | static unsigned int quit = 0; |
