Skip to content

Commit

Permalink
SDL: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Jan 25, 2015
1 parent 8530997 commit 8d57b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/platform/sdl/sdl-sys.h
Expand Up @@ -110,7 +110,7 @@ typedef struct { int FAKE; } FAKE_FILE;
#define SDL_SRCALPHA 0
#define SDL_FULLSCREEN 0x40000000

// Compatability implementations for removed functionality.
// Compatibility implementations for removed functionality.
int SDL_SetColors(SDL_Surface *surface, SDL_Color *colors, int firstcolor, int ncolors);
int SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha);

Expand Down

0 comments on commit 8d57b76

Please sign in to comment.