make sure #endif comment matches the macro name

(cherry picked from commit a5889b0e44)
This commit is contained in:
Brenton Bostick
2026-02-24 09:03:46 -05:00
committed by Sam Lantinga
parent 01d8bb5b7c
commit abab2f1181
13 changed files with 17 additions and 17 deletions

View File

@@ -1327,7 +1327,7 @@ SDL_Renderer *SDL_CreateSoftwareRenderer(SDL_Surface *surface)
#else
SDL_SetError("SDL not built with rendering support");
return NULL;
#endif // !SDL_RENDER_DISABLED
#endif // SDL_VIDEO_RENDER_SW
}
SDL_Renderer *SDL_GetRenderer(SDL_Window *window)