Skip to content

Commit

Permalink
mix: Fix function name typo in definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Necklaces committed Dec 3, 2024
1 parent b8fc2b1 commit 5b8b7c3
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 5b8b7c3

Please sign in to comment.