summaryrefslogtreecommitdiffstats
path: root/libao2/ao_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/ao_sdl.c')
-rw-r--r--libao2/ao_sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_sdl.c b/libao2/ao_sdl.c
index 3d460a9bfb..0437b39a24 100644
--- a/libao2/ao_sdl.c
+++ b/libao2/ao_sdl.c
@@ -231,7 +231,7 @@ void callback(void *userdata, Uint8 *stream, int len); userdata is the pointer s
/* Open the audio device and start playing sound! */
if(SDL_OpenAudio(&aspec, &obtained) < 0) {
mp_msg(MSGT_AO,MSGL_ERR,MSGTR_AO_SDL_CantOpenAudio, SDL_GetError());
- return(0);
+ return 0;
}
/* did we got what we wanted ? */