From 5766b4e0407b59af2de9c074a83d866ad743c61e Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Sun, 21 Oct 2018 19:48:40 -0600 Subject: [PATCH] Bug fix --- arm9/source/driveMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {