Mercurial > sdl-ios-xcode
diff src/audio/dmedia/SDL_irixaudio.h @ 2060:866052b01ee5
indent is evil
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 28 Oct 2006 16:48:03 +0000 |
parents | 5f6550e5184f |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/audio/dmedia/SDL_irixaudio.h Sat Oct 28 16:41:54 2006 +0000 +++ b/src/audio/dmedia/SDL_irixaudio.h Sat Oct 28 16:48:03 2006 +0000 @@ -33,8 +33,8 @@ struct SDL_PrivateAudioData { - ALport audio_port; /* The handle for the audio device */ - Uint8 *mixbuf; /* The app mixing buffer */ + ALport audio_port; /* The handle for the audio device */ + Uint8 *mixbuf; /* The app mixing buffer */ }; #endif /* _SDL_irixaudio_h */