Mercurial > sdl-ios-xcode
comparison src/audio/windib/SDL_dibaudio.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 |
comparison
equal
deleted
inserted
replaced
3012:7e30c2dc7783 | 3013:8cc00819c8d6 |
---|---|
105 } | 105 } |
106 | 106 |
107 Uint8 * | 107 Uint8 * |
108 WINWAVEOUT_GetDeviceBuf(_THIS) | 108 WINWAVEOUT_GetDeviceBuf(_THIS) |
109 { | 109 { |
110 return (Uint8 *) (this->hidden->wavebuf[this->hidden->next_buffer]. | 110 return (Uint8 *) (this->hidden-> |
111 lpData); | 111 wavebuf[this->hidden->next_buffer].lpData); |
112 } | 112 } |
113 | 113 |
114 void | 114 void |
115 WINWAVEOUT_PlayDevice(_THIS) | 115 WINWAVEOUT_PlayDevice(_THIS) |
116 { | 116 { |