diff options
| -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[])  	char* response = NULL;  	debugserver_command_t command = NULL;  	debugserver_error_t dres = DEBUGSERVER_E_UNKNOWN_ERROR; -        int exit_status = -1; +	int exit_status = -1;  	/* map signals */  	signal(SIGINT, on_signal);  | 
