From 405f810457b760a2fba64c340efdeefa2f6ab892 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 29 Mar 2020 17:48:17 +0200 Subject: blabla --- include/sound.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sound.hpp b/include/sound.hpp index 41dd043..2b07254 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -16,7 +16,7 @@ typedef struct { */ int sound_device_get_by_name(SoundDevice *device, const char *name = "default", unsigned int num_channels = 1, unsigned int period_frame_size = 32); -int sound_device_close(SoundDevice *device); +void sound_device_close(SoundDevice *device); /* Returns the next chunk of audio into @buffer. -- cgit v1.2.3