Skip to content

Commit

Permalink
Fix broken music
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Jan 29, 2012
1 parent 8f1db42 commit 18326c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sound.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ int SoundMusicStartPlay(
ALenum format;
ALsizei freq;
int bitStream;
char* buffer, buffer_temp;
char *buffer, *buffer_temp;
long buffer_ptr;
long current_size;
ALuint bufferID;
Expand Down

0 comments on commit 18326c7

Please sign in to comment.