summaryrefslogtreecommitdiffstats
path: root/tools/irecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/irecovery.c')
-rw-r--r--tools/irecovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/irecovery.c b/tools/irecovery.c
index 912ac37..8a4368d 100644
--- a/tools/irecovery.c
+++ b/tools/irecovery.c
@@ -65,7 +65,7 @@ static void shell_usage() {
65static void parse_command(irecv_client_t client, unsigned char* command, unsigned int size) { 65static void parse_command(irecv_client_t client, unsigned char* command, unsigned int size) {
66 char* cmd = strdup((char*)command); 66 char* cmd = strdup((char*)command);
67 char* action = strtok(cmd, " "); 67 char* action = strtok(cmd, " ");
68 debug("Executing %s\n", action); 68
69 if (!strcmp(cmd, "/exit")) { 69 if (!strcmp(cmd, "/exit")) {
70 quit = 1; 70 quit = 1;
71 } else if (!strcmp(cmd, "/help")) { 71 } else if (!strcmp(cmd, "/help")) {