[MPlayer-cvslog] r36560 - trunk/libao2/ao_sndio.c
reimar
subversion at mplayerhq.hu
Tue Dec 31 16:30:58 CET 2013
Author: reimar
Date: Tue Dec 31 16:30:58 2013
New Revision: 36560
Log:
Add missing "static".
Modified:
trunk/libao2/ao_sndio.c
Modified: trunk/libao2/ao_sndio.c
==============================================================================
--- trunk/libao2/ao_sndio.c Tue Dec 31 16:30:49 2013 (r36559)
+++ trunk/libao2/ao_sndio.c Tue Dec 31 16:30:58 2013 (r36560)
@@ -43,7 +43,7 @@ static ao_info_t info = {
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;
More information about the MPlayer-cvslog
mailing list