From 753c54bf35fb58ddba258f0f9a0a4e4b7331d12f Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Wed, 17 Mar 2021 03:32:40 -0500 Subject: [PATCH] Update RomInformationClass.cpp Fix capitalization and add space --- Source/Project64/UserInterface/RomInformationClass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;