summaryrefslogtreecommitdiff
path: root/apps/plugins/firmware_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/firmware_flash.c')
-rw-r--r--apps/plugins/firmware_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/firmware_flash.c b/apps/plugins/firmware_flash.c
index a0fac4258e..c1cd3b2fe9 100644
--- a/apps/plugins/firmware_flash.c
+++ b/apps/plugins/firmware_flash.c
@@ -880,7 +880,7 @@ void DoUserDialog(char* filename)
880 char default_filename[32]; 880 char default_filename[32];
881 int button; 881 int button;
882 int rc; /* generic return code */ 882 int rc; /* generic return code */
883 int memleft; 883 ssize_t memleft;
884 tCheckROM result; 884 tCheckROM result;
885 bool is_romless; 885 bool is_romless;
886 886