Преглед изворни кода

Fixed comment at the top of testtime.c

Sam Lantinga пре 2 година
родитељ
комит
18feaa52dd
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      test/testtime.c

+ 1 - 3
test/testtime.c

@@ -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>