changeset 36464:cae4a4a36016

Add missing "static".
author reimar
date Tue, 31 Dec 2013 15:30:58 +0000
parents c6843e5bf166
children 273702710048
files libao2/ao_sndio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;