# HG changeset patch # User reimar # Date 1388503869 0 # Node ID 273702710048ab26fb637a744aca343eed811c62 # Parent cae4a4a36016fb0e860c0928dd1732b1e4b3acad Remove pointless explicit initialization. diff -r cae4a4a36016 -r 273702710048 libao2/ao_sndio.c --- 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;