Browse Source

unix: Fixed SDL_GetTicks64 function signature.

Ryan C. Gordon 3 years ago
parent
commit
affb183ea4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/timer/unix/SDL_systimer.c

+ 1 - 1
src/timer/unix/SDL_systimer.c

@@ -105,7 +105,7 @@ SDL_TicksQuit(void)
 }
 
 Uint64
-SDL_GetTicks(void)
+SDL_GetTicks64(void)
 {
     struct timeval now;