Fixed typo

This commit is contained in:
Sam Lantinga 2022-11-22 08:28:56 -08:00
parent 8d6fda4810
commit ed8637f437
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ typedef struct SDL_version
* This macro will evaluate to true if compiled with SDL at least X.Y.Z.
*/
#define SDL_VERSION_ATLEAST(X, Y, Z) \
(SDL_COMPILEDVERSION >= SDL_VERSIONUM(X, Y, Z))
(SDL_COMPILEDVERSION >= SDL_VERSIONNUM(X, Y, Z))
/**
* Get the version of SDL that is linked against your program.