summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/irecovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/irecovery.c b/tools/irecovery.c
index 6df328a..5cc454a 100644
--- a/tools/irecovery.c
+++ b/tools/irecovery.c
@@ -399,7 +399,7 @@ int main(int argc, char* argv[]) {
399 int i = 0; 399 int i = 0;
400 int opt = 0; 400 int opt = 0;
401 int action = kNoAction; 401 int action = kNoAction;
402 unsigned long long ecid = 0; 402 uint64_t ecid = 0;
403 int mode = -1; 403 int mode = -1;
404 char* argument = NULL; 404 char* argument = NULL;
405 irecv_error_t error = 0; 405 irecv_error_t error = 0;