diff --git a/sdl2/pdcutil.c b/sdl2/pdcutil.c index 5de0ff86..e41fb6e2 100644 --- a/sdl2/pdcutil.c +++ b/sdl2/pdcutil.c @@ -18,5 +18,5 @@ void PDC_napms(int ms) const char *PDC_sysname(void) { - return "SDL"; + return "SDL2"; }