Skip to content

Commit

Permalink
Fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 23, 2017
1 parent a87d9bb commit f651615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL_mixer.h
Expand Up @@ -80,7 +80,7 @@ typedef enum
MIX_INIT_MOD = 0x00000002,
MIX_INIT_MP3 = 0x00000008,
MIX_INIT_OGG = 0x00000010,
MIX_INIT_MID = 0x00000020,
MIX_INIT_MID = 0x00000020
} MIX_InitFlags;

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

0 comments on commit f651615

Please sign in to comment.