typo fixed

This commit is contained in:
PavelSindler 2017-09-14 14:41:51 +02:00
parent 026e3ecaac
commit 7cf8920c0a
1 changed files with 1 additions and 1 deletions

View File

@ -4970,7 +4970,7 @@ static bool check_file(const char* filename) {
uint32_t filesize;
card.openFile(filename, true);
filesize = card.getFileSize();
if (fileSize > END_FILE_SECTION) {
if (filesize > END_FILE_SECTION) {
card.setIndex(filesize - END_FILE_SECTION);
}