Update RomInformationClass.cpp

Fix capitalization and add space
This commit is contained in:
Derek "Turtle" Roe 2021-03-17 03:32:40 -05:00
parent 5c1a284dce
commit 753c54bf35
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ DWORD CALLBACK RomInfoProc(HWND hDlg, DWORD uMsg, DWORD wParam, DWORD lParam)
{ {
case WM_INITDIALOG: case WM_INITDIALOG:
{ {
//record class for future usage // Record class for future usage
SetProp(hDlg, L"this", (RomInformation *)lParam); SetProp(hDlg, L"this", (RomInformation *)lParam);
RomInformation * _this = (RomInformation *)lParam; RomInformation * _this = (RomInformation *)lParam;