summaryrefslogtreecommitdiff
path: root/src/dfu_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dfu_file.h')
-rw-r--r--src/dfu_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dfu_file.h b/src/dfu_file.h
index abebd44..98a7aa2 100644
--- a/src/dfu_file.h
+++ b/src/dfu_file.h
@@ -11,7 +11,7 @@ struct dfu_file {
uint8_t *firmware;
/* Different sizes */
struct {
- int total;
+ off_t total;
int prefix;
int suffix;
} size;