Fixed the hex viewer formatting lol

This commit is contained in:
Lucia Ceionia 2023-02-04 20:09:42 -06:00
parent ddadeed70c
commit 7107c0ef8b

View File

@ -282,7 +282,7 @@ void FileReadTest(uint8_t *path, VOLINFO *vi) {
vga_text += printChar(' ', vga_text);
}
vga_text += printChar(' ', vga_text);
if (j == 8)
if (j == 7)
vga_text += printChar(' ', vga_text);
}
vga_text += printChar(' ', vga_text);