diff --git a/tests/events.c b/tests/events.c index 9dc1f190..7f30652c 100644 --- a/tests/events.c +++ b/tests/events.c @@ -410,7 +410,7 @@ static void drop_callback(GLFWwindow* window, int count, const char** names) printf(" %i: \"%s\"\n", i, names[i]); } -void monitor_callback(GLFWmonitor* monitor, int event) +static void monitor_callback(GLFWmonitor* monitor, int event) { if (event == GLFW_CONNECTED) {