From f93751ce68c732a4d2cf08958b0b67faaa8d106d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Mon, 21 Mar 2022 23:19:06 +0100 Subject: [PATCH] Fix missing newline (cherry picked from commit 920d110b6c7de21bc1ff60fab62350cbc80bd76f) --- src/input.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input.c b/src/input.c index 186322e5..f6c1ed79 100644 --- a/src/input.c +++ b/src/input.c @@ -1372,3 +1372,4 @@ GLFWAPI uint64_t glfwGetTimerFrequency(void) _GLFW_REQUIRE_INIT_OR_RETURN(0); return _glfwPlatformGetTimerFrequency(); } +