diff --git a/arm9/source/driveMenu.cpp b/arm9/source/driveMenu.cpp index c17d7be..69b12c0 100644 --- a/arm9/source/driveMenu.cpp +++ b/arm9/source/driveMenu.cpp @@ -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) {