Skip to content

Commit 1c2f24e

Browse files
authored
Merge pull request #192 from phcoder/fixunion
Replace union with struct in audio_mixer_voice
2 parents 50c15a8 + 42b3ebe commit 1c2f24e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

audio/audio_mixer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ struct audio_mixer_sound
117117

118118
struct audio_mixer_voice
119119
{
120-
union
120+
struct
121121
{
122122
struct
123123
{

0 commit comments

Comments
 (0)