mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 10:49:12 +00:00
tests: several -Wwrite-strings fixes.
This commit is contained in:
@@ -46,7 +46,7 @@ quit(int rc)
|
||||
}
|
||||
|
||||
SDL_Texture *
|
||||
LoadTexture(SDL_Renderer *renderer, char *file, SDL_bool transparent)
|
||||
LoadTexture(SDL_Renderer *renderer, const char *file, SDL_bool transparent)
|
||||
{
|
||||
SDL_Surface *temp;
|
||||
SDL_Texture *texture;
|
||||
|
||||
Reference in New Issue
Block a user