Mercurial > sdl-ios-xcode
diff src/audio/qsa/SDL_qsa_audio.h @ 3139:7f684f249ec9
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 23 May 2009 22:41:08 +0000 |
parents | 82e60908fab1 |
children | f7b03b6838cb |
line wrap: on
line diff
--- a/src/audio/qsa/SDL_qsa_audio.h Fri May 15 15:47:37 2009 +0000 +++ b/src/audio/qsa/SDL_qsa_audio.h Sat May 23 22:41:08 2009 +0000 @@ -44,7 +44,7 @@ /* The audio device handle */ int cardno; int deviceno; - snd_pcm_t* audio_handle; + snd_pcm_t *audio_handle; /* The audio file descriptor */ int audio_fd; @@ -53,7 +53,7 @@ uint32_t timeout_on_wait; /* Raw mixing buffer */ - Uint8* pcm_buf; + Uint8 *pcm_buf; Uint32 pcm_len; };