Skip to content

Commit

Permalink
Fixed bug 3008 - Compiler warnings: "warning: initialization discards…
Browse files Browse the repository at this point in the history
… ?const? qualifier from pointer target type"

Patch by Martin Gerhardy
  • Loading branch information
slouken committed Sep 12, 2017
1 parent fae639d commit 7d7e374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMG.c
Expand Up @@ -31,7 +31,7 @@

/* Table of image detection and loading functions */
static struct {
char *type;
const char *type;
int (SDLCALL *is)(SDL_RWops *src);
SDL_Surface *(SDLCALL *load)(SDL_RWops *src);
} supported[] = {
Expand Down

0 comments on commit 7d7e374

Please sign in to comment.