# HG changeset patch # User reimar # Date 1388503858 0 # Node ID cae4a4a36016fb0e860c0928dd1732b1e4b3acad # Parent c6843e5bf166454f349b1d24b3c72d5e0a0d7185 Add missing "static". diff -r c6843e5bf166 -r cae4a4a36016 libao2/ao_sndio.c --- a/libao2/ao_sndio.c Tue Dec 31 15:30:49 2013 +0000 +++ b/libao2/ao_sndio.c Tue Dec 31 15:30:58 2013 +0000 @@ -43,7 +43,7 @@ LIBAO_EXTERN(sndio) static struct sio_hdl *hdl = NULL; -struct pollfd *pfds = NULL; +static struct pollfd *pfds = NULL; static struct sio_par par; static int delay, vol, havevol; static int prepause_delay;