diff --git a/win32/wsnes9x.cpp b/win32/wsnes9x.cpp index 774ff7cd..2732fe7c 100644 --- a/win32/wsnes9x.cpp +++ b/win32/wsnes9x.cpp @@ -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;