Remove extra semicolon while GCC being pedantic.

This commit is contained in:
Biswapriyo Nath
2020-12-12 11:15:04 +05:30
parent e2af015a57
commit c65f2cb3fb
5 changed files with 7 additions and 7 deletions

View File

@@ -763,7 +763,7 @@ void cleanup()
if (g_hWnd)
KillGLWindow();
};
}
LRESULT CALLBACK WndProc(HWND hWnd, // Handles for this Window
UINT uMsg, // Message for this Window