Skip to content

Commit

Permalink
mix: Fix functio name typo in define
Browse files Browse the repository at this point in the history
  • Loading branch information
Necklaces committed Dec 2, 2024
1 parent b8fc2b1 commit bce848f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix/sdl_mixer.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ package mix
// return "";
//}
//
//const char* Mix_GetMusicAlbumTag(const Mix_Music *music)
//const char* Mix_GetMusicArtistTag(const Mix_Music *music)
//{
// return "";
//}
Expand Down

0 comments on commit bce848f

Please sign in to comment.