mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-11 03:25:36 +00:00
make sure #endif comment matches the macro name
(cherry picked from commit a5889b0e44)
This commit is contained in:
committed by
Sam Lantinga
parent
01d8bb5b7c
commit
abab2f1181
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user