Mercurial > sdl-ios-xcode
diff src/audio/windx5/SDL_dx5audio.c @ 3013:8cc00819c8d6
Reverted Bob's indent checkin
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 10 Jan 2009 21:50:26 +0000 |
parents | 8f4ed5ec2b06 |
children | f7b03b6838cb |
line wrap: on
line diff
--- a/src/audio/windx5/SDL_dx5audio.c Sat Jan 10 18:32:24 2009 +0000 +++ b/src/audio/windx5/SDL_dx5audio.c Sat Jan 10 21:50:26 2009 +0000 @@ -278,8 +278,9 @@ IDirectSoundBuffer_Restore(this->hidden->mixbuf); result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, this->hidden->mixlen, - (LPVOID *) & this->hidden-> - locked_buf, &rawlen, NULL, &junk, 0); + (LPVOID *) & this-> + hidden->locked_buf, &rawlen, NULL, + &junk, 0); } if (result != DS_OK) { SetDSerror("DirectSound Lock", result);