This commit is contained in:
RocketRobz 2018-10-21 19:48:40 -06:00
parent b7a8b8f245
commit 5766b4e040

View File

@ -225,7 +225,7 @@ void dm_drawBottomScreen(void) {
if (fatLabel[0] != '\0') {
iprintf (" (%s)", fatLabel);
}
printf ("\n(Slot-1 SD FAT, ", fatSize);
printf ("\n(Slot-1 SD FAT, ");
printBytes(fatSize);
printf(")");
} else if (dmAssignedOp[dmCursorPosition] == 2) {