Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Whoops, wrong variable name.
  • Loading branch information
icculus committed Oct 28, 2006
1 parent 4651b42 commit 9a98cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/macosx/SDL_coreaudio.h
Expand Up @@ -32,7 +32,7 @@
struct SDL_PrivateAudioData
{
AudioUnit audioUnit;
int audioUnitInitialized;
int audioUnitOpened;
void *buffer;
UInt32 bufferOffset;
UInt32 bufferSize;
Expand Down

0 comments on commit 9a98cb3

Please sign in to comment.