diff --git a/Source/Project64/UserInterface/RomInformationClass.cpp b/Source/Project64/UserInterface/RomInformationClass.cpp index a185df153..6f7647512 100644 --- a/Source/Project64/UserInterface/RomInformationClass.cpp +++ b/Source/Project64/UserInterface/RomInformationClass.cpp @@ -72,7 +72,7 @@ DWORD CALLBACK RomInfoProc(HWND hDlg, DWORD uMsg, DWORD wParam, DWORD lParam) { case WM_INITDIALOG: { - //record class for future usage + // Record class for future usage SetProp(hDlg, L"this", (RomInformation *)lParam); RomInformation * _this = (RomInformation *)lParam;