summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_openal.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/ao_openal.c')
-rw-r--r--audio/out/ao_openal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao_openal.c b/audio/out/ao_openal.c
index 27a8093d36..ccc73ba9f5 100644
--- a/audio/out/ao_openal.c
+++ b/audio/out/ao_openal.c
@@ -116,7 +116,7 @@ static const struct speaker speaker_pos[] = {
{-1},
};
-static int init(struct ao *ao, char *params)
+static int init(struct ao *ao)
{
float position[3] = {0, 0, 0};
float direction[6] = {0, 0, 1, 0, -1, 0};