X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=snd_alsa_0_9.c;h=9ab93d3d72f159eec2d9d8ca321a26af9c5c1372;hb=d01b3a24d81283d50e04dcd1a40d122492d04895;hp=49b6bb872b310acf7c4fb7a0b0827cd5c298141e;hpb=9eee92c240b5961228d14dfa986d5bef792fc2f8;p=xonotic%2Fdarkplaces.git diff --git a/snd_alsa_0_9.c b/snd_alsa_0_9.c index 49b6bb87..9ab93d3d 100644 --- a/snd_alsa_0_9.c +++ b/snd_alsa_0_9.c @@ -218,7 +218,7 @@ qboolean SNDDMA_Init(void) } static inline int -get_hw_ptr() +get_hw_ptr(void) { size_t app_ptr; snd_pcm_sframes_t delay;