mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
(alsathread.c) Cleanup
This commit is contained in:
parent
0de69c149a
commit
c0bcbb2145
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user