(alsathread.c) Cleanup

This commit is contained in:
twinaphex 2017-01-25 03:37:14 +01:00
parent 0de69c149a
commit c0bcbb2145

View File

@ -27,9 +27,8 @@
#include "../audio_driver.h"
#include "../../verbosity.h"
#define TRY_ALSA(x) if (x < 0) { \
goto error; \
}
#define TRY_ALSA(x) if (x < 0) \
goto error;
typedef struct alsa_thread
{