commit | 9af61d06cfb8fba7e51e72eb07fde93b92df4adf | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Sun Dec 30 01:15:48 2012 +0100 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Sun Dec 30 01:15:48 2012 +0100 |
tree | 34d283012b1a075695c19a84a1f273b0251e6998 | |
parent | 0dd5d20c778232adf3e55eaf94f4e3d4c91a4864 [diff] [blame] |
Removed return value of _glfwPlatformTerminate.
diff --git a/src/internal.h b/src/internal.h index d2619e2..c8530bd 100644 --- a/src/internal.h +++ b/src/internal.h
@@ -260,7 +260,7 @@ // Platform init and version int _glfwPlatformInit(void); -int _glfwPlatformTerminate(void); +void _glfwPlatformTerminate(void); const char* _glfwPlatformGetVersionString(void); // Input mode support