diff options
Diffstat (limited to 'tools/idevicedebug.c')
-rw-r--r-- | tools/idevicedebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicedebug.c b/tools/idevicedebug.c index 7b49a46..36a4fa7 100644 --- a/tools/idevicedebug.c +++ b/tools/idevicedebug.c | |||
@@ -241,7 +241,7 @@ int main(int argc, char *argv[]) | |||
241 | char* response = NULL; | 241 | char* response = NULL; |
242 | debugserver_command_t command = NULL; | 242 | debugserver_command_t command = NULL; |
243 | debugserver_error_t dres = DEBUGSERVER_E_UNKNOWN_ERROR; | 243 | debugserver_error_t dres = DEBUGSERVER_E_UNKNOWN_ERROR; |
244 | int exit_status = -1; | 244 | int exit_status = -1; |
245 | 245 | ||
246 | /* map signals */ | 246 | /* map signals */ |
247 | signal(SIGINT, on_signal); | 247 | signal(SIGINT, on_signal); |