From a79a6eb82af2b436cc7148b7d985492f6ca772f9 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sat, 11 Sep 2010 02:59:50 +0200 Subject: [PATCH] Message tweak. --- tests/events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/events.c b/tests/events.c index cf7d1f43..bd296fd8 100644 --- a/tests/events.c +++ b/tests/events.c @@ -253,7 +253,7 @@ static void key_callback(GLFWwindow window, int key, int action) static void char_callback(GLFWwindow window, int character) { - printf("%08x at %0.3f: Character 0x%04x (%s)\n", + printf("%08x at %0.3f: Character 0x%04x (%s) input\n", counter++, glfwGetTime(), character,