Skip to content

Commit d2afd3d

Browse files
committed
Fix detect_music_type static declaration
1 parent 4c932e3 commit d2afd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

music.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Mix_MusicType detect_music_type_from_magic(const Uint8 *magic)
444444
return MUS_MOD;
445445
}
446446

447-
static Mix_MusicType detect_music_type(SDL_RWops *src)
447+
Mix_MusicType detect_music_type(SDL_RWops *src)
448448
{
449449
Uint8 magic[12];
450450
Mix_MusicType t;

0 commit comments

Comments
 (0)