Fixed comment at the top of testtime.c

main
Sam Lantinga 2024-03-19 17:09:08 -07:00
parent e0ef4dac85
commit 18feaa52dd
1 changed files with 1 additions and 3 deletions

View File

@ -10,9 +10,7 @@
freely.
*/
/* Test program to check the resolution of the SDL timer on the current
platform
*/
/* Test program to verify the SDL date/time APIs */
#include <SDL3/SDL.h>
#include <SDL3/SDL_main.h>
#include <SDL3/SDL_test.h>