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 6df328a..5cc454a 100644
--- a/tools/irecovery.c
+++ b/tools/irecovery.c
@@ -399,7 +399,7 @@ int main(int argc, char* argv[]) {
int i = 0;
int opt = 0;
int action = kNoAction;
- unsigned long long ecid = 0;
+ uint64_t ecid = 0;
int mode = -1;
char* argument = NULL;
irecv_error_t error = 0;