Browse Source

Unfixed typo

Sam Lantinga 3 years ago
parent
commit
35b0baaa7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/testgesture.c

+ 1 - 1
test/testgesture.c

@@ -215,7 +215,7 @@ loop(void)
 
 #if VERBOSE
             case SDL_FINGERMOTION:
-                SDL_Log("Finger: %"SDL_PRIs64": %f, y: %f",event.tfinger.fingerId,
+                SDL_Log("Finger: %"SDL_PRIs64", x: %f, y: %f",event.tfinger.fingerId,
                         event.tfinger.x,event.tfinger.y);
                 break;