summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-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 3220888c13..697884fd5d 100644
--- a/apps/plugins/firmware_flash.c
+++ b/apps/plugins/firmware_flash.c
@@ -353,7 +353,7 @@ tCheckResult CheckFirmwareFile(char* filename, int chipsize, bool is_romless)
353 rb->close(fd); 353 rb->close(fd);
354 return eTooBig; 354 return eTooBig;
355 } 355 }
356 else if (fileleft < 50000) /* give it some reasonable lower limit */ 356 else if (fileleft < 20000) /* give it some reasonable lower limit */
357 { 357 {
358 rb->close(fd); 358 rb->close(fd);
359 return eTooSmall; 359 return eTooSmall;