Win32: Fix missing semicolon.

This commit is contained in:
BearOso 2024-05-07 14:06:33 -05:00
parent 73cb8014f1
commit bac6798141
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ static void ShowStatusSlotInfo()
{
static char str[64];
char filename[_MAX_PATH + 1]
char filename[_MAX_PATH + 1];
GetSlotFilename(GUI.CurrentSaveBank * SAVE_SLOTS_PER_BANK + GUI.CurrentSaveSlot, filename);
bool exists = false;