summaryrefslogtreecommitdiff
path: root/apps/plugins/rockbox_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockbox_flash.c')
-rw-r--r--apps/plugins/rockbox_flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c
index 8edfd017cc..86e62eb433 100644
--- a/apps/plugins/rockbox_flash.c
+++ b/apps/plugins/rockbox_flash.c
@@ -645,7 +645,7 @@ void DoUserDialog(char* filename)
645 int rc; /* generic return code */ 645 int rc; /* generic return code */
646 UINT32 space, aligned_size, true_size; 646 UINT32 space, aligned_size, true_size;
647 UINT8* pos; 647 UINT8* pos;
648 int memleft; 648 ssize_t memleft;
649 UINT32 crc; 649 UINT32 crc;
650 bool show_greet = false; 650 bool show_greet = false;
651 651
@@ -849,7 +849,7 @@ void DoUserDialog(char* filename)
849 int rc; /* generic return code */ 849 int rc; /* generic return code */
850 UINT32 space, aligned_size, true_size; 850 UINT32 space, aligned_size, true_size;
851 UINT8* pos; 851 UINT8* pos;
852 int memleft; 852 ssize_t memleft;
853 UINT32 crc; 853 UINT32 crc;
854 854
855 /* this can only work if Rockbox runs in DRAM, not flash ROM */ 855 /* this can only work if Rockbox runs in DRAM, not flash ROM */