Mercurial > mplayer.hg
changeset 36465:273702710048
Remove pointless explicit initialization.
author | reimar |
---|---|
date | Tue, 31 Dec 2013 15:31:09 +0000 |
parents | cae4a4a36016 |
children | 9824daf4a867 |
files | libao2/ao_sndio.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_sndio.c Tue Dec 31 15:30:58 2013 +0000 +++ b/libao2/ao_sndio.c Tue Dec 31 15:31:09 2013 +0000 @@ -42,8 +42,8 @@ LIBAO_EXTERN(sndio) -static struct sio_hdl *hdl = NULL; -static struct pollfd *pfds = NULL; +static struct sio_hdl *hdl; +static struct pollfd *pfds; static struct sio_par par; static int delay, vol, havevol; static int prepause_delay;