diff --git a/audio/drivers/alsathread.c b/audio/drivers/alsathread.c index c4e9d06f65..5ea11f2d0d 100644 --- a/audio/drivers/alsathread.c +++ b/audio/drivers/alsathread.c @@ -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 {