Skip to content

Commit

Permalink
Fixed for compiling with gcc 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 11, 2009
1 parent 3a4c6aa commit cafd0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL_image.h
Expand Up @@ -60,7 +60,7 @@ typedef enum
{
IMG_INIT_JPG = 0x00000001,
IMG_INIT_PNG = 0x00000002,
IMG_INIT_TIF = 0x00000004,
IMG_INIT_TIF = 0x00000004
} IMG_InitFlags;

/* Loads dynamic libraries and prepares them for use. Flags should be
Expand Down

0 comments on commit cafd0e7

Please sign in to comment.