comparison src/audio/windx5/SDL_dx5audio.c @ 3011:8f4ed5ec2b06

I ran a global "make indent" it modified the following files.
author Bob Pendleton <bob@pendleton.com>
date Fri, 09 Jan 2009 20:43:30 +0000
parents 2929ed239d2a
children 8cc00819c8d6
comparison
equal deleted inserted replaced
3010:a6694a812119 3011:8f4ed5ec2b06
276 &rawlen, NULL, &junk, 0); 276 &rawlen, NULL, &junk, 0);
277 if (result == DSERR_BUFFERLOST) { 277 if (result == DSERR_BUFFERLOST) {
278 IDirectSoundBuffer_Restore(this->hidden->mixbuf); 278 IDirectSoundBuffer_Restore(this->hidden->mixbuf);
279 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, 279 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor,
280 this->hidden->mixlen, 280 this->hidden->mixlen,
281 (LPVOID *) & this-> 281 (LPVOID *) & this->hidden->
282 hidden->locked_buf, &rawlen, NULL, 282 locked_buf, &rawlen, NULL, &junk, 0);
283 &junk, 0);
284 } 283 }
285 if (result != DS_OK) { 284 if (result != DS_OK) {
286 SetDSerror("DirectSound Lock", result); 285 SetDSerror("DirectSound Lock", result);
287 return (NULL); 286 return (NULL);
288 } 287 }