# HG changeset patch # User Ryan C. Gordon # Date 1162021533 0 # Node ID ba0a03843db457d5e1738edbbeb91b0dc9f0f1c6 # Parent 72cc2226d6a3359a8e01834fbba3867771867fcd Whoops, wrong variable name. diff -r 72cc2226d6a3 -r ba0a03843db4 src/audio/macosx/SDL_coreaudio.h --- a/src/audio/macosx/SDL_coreaudio.h Sat Oct 28 07:44:38 2006 +0000 +++ b/src/audio/macosx/SDL_coreaudio.h Sat Oct 28 07:45:33 2006 +0000 @@ -32,7 +32,7 @@ struct SDL_PrivateAudioData { AudioUnit audioUnit; - int audioUnitInitialized; + int audioUnitOpened; void *buffer; UInt32 bufferOffset; UInt32 bufferSize;