From cb7da8df468da4d9b31b1d9220116778ee7fc0be Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Wed, 17 Mar 2021 03:33:06 -0500 Subject: [PATCH] Update SupportWindow.cpp Add newline --- Source/Project64/UserInterface/SupportWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64/UserInterface/SupportWindow.cpp b/Source/Project64/UserInterface/SupportWindow.cpp index fc6b4a3aa..0331ab3e5 100644 --- a/Source/Project64/UserInterface/SupportWindow.cpp +++ b/Source/Project64/UserInterface/SupportWindow.cpp @@ -189,4 +189,4 @@ LRESULT CSupportWindow::OnEnterCode(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndC EndDialog(wID); } return TRUE; -} \ No newline at end of file +}