Fixed comment at the top of testtime.c

This commit is contained in:
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. freely.
*/ */
/* Test program to check the resolution of the SDL timer on the current /* Test program to verify the SDL date/time APIs */
platform
*/
#include <SDL3/SDL.h> #include <SDL3/SDL.h>
#include <SDL3/SDL_main.h> #include <SDL3/SDL_main.h>
#include <SDL3/SDL_test.h> #include <SDL3/SDL_test.h>