From a070c047e792c0051da001642c4e806bc3bc3a22 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Sat, 27 Mar 2021 00:35:42 -0500 Subject: [PATCH] Update CProject64Input.h Remove extra line --- Source/Project64-input/CProject64Input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64-input/CProject64Input.h b/Source/Project64-input/CProject64Input.h index 134511ecd..f0b0c021f 100644 --- a/Source/Project64-input/CProject64Input.h +++ b/Source/Project64-input/CProject64Input.h @@ -44,4 +44,4 @@ private: int32_t m_iFirstController; }; -extern CProject64Input * g_InputPlugin; \ No newline at end of file +extern CProject64Input * g_InputPlugin;