Skip to content

Commit f857b7f

Browse files
committed
Reduce difference by removing blank line as suggested the Serge.
1 parent 06c6111 commit f857b7f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • sdk/lib/fslib/vfatlib/check

sdk/lib/fslib/vfatlib/check/fat.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ void read_fat(DOS_FS * fs)
118118
second_ok = (second_media.value & FAT_EXTD(fs)) == FAT_EXTD(fs);
119119
if (first_ok && !second_ok) {
120120
printf("FATs differ - using first FAT.\n");
121-
122121
fs_write(fs->fat_start + fs->fat_size, eff_size, first);
123122
}
124123
if (!first_ok && second_ok) {

0 commit comments

Comments
 (0)