summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_sndio.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/ao_sndio.c')
-rw-r--r--audio/out/ao_sndio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao_sndio.c b/audio/out/ao_sndio.c
index c528d5729d..2daa63f4ed 100644
--- a/audio/out/ao_sndio.c
+++ b/audio/out/ao_sndio.c
@@ -282,7 +282,7 @@ static int get_space(struct ao *ao)
/*
* return: delay in seconds between first and last sample in buffer
*/
-static float get_delay(struct ao *ao)
+static double get_delay(struct ao *ao)
{
struct priv *p = ao->priv;