summaryrefslogtreecommitdiff
path: root/fdtdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'fdtdump.c')
-rw-r--r--fdtdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdtdump.c b/fdtdump.c
index d12eb35..98aa076 100644
--- a/fdtdump.c
+++ b/fdtdump.c
@@ -181,7 +181,7 @@ int main(int argc, char *argv[])
char *buf;
bool debug = false;
bool scan = false;
- off_t len;
+ size_t len;
fprintf(stderr, "\n"
"**** fdtdump is a low-level debugging tool, not meant for general use.\n"