summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurausukun <lord.uber1@gmail.com>2021-12-17 23:03:09 -0500
committerKurausukun <lord.uber1@gmail.com>2021-12-17 23:03:09 -0500
commit39f493287f61c70e5a21bbbe7a22da73680ea95d (patch)
treef8368b2e512e592b843f62be0d002417a323870c
parentf336acb3a9e0b70064f78215e897f476dee65830 (diff)
one more lel
-rw-r--r--tools/aif2pcm/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/aif2pcm/main.c b/tools/aif2pcm/main.c
index e6d91ddfa..720db1aca 100644
--- a/tools/aif2pcm/main.c
+++ b/tools/aif2pcm/main.c
@@ -34,8 +34,8 @@ double ieee754_read_extended (uint8_t*);
#define FATAL_ERROR(format, ...) \
do \
{ \
- fprintf(stderr, format, __VA_ARGS__); \
- exit(1); \
+ fprintf(stderr, format, __VA_ARGS__); \
+ exit(1); \
} while (0)
#else
@@ -43,8 +43,8 @@ do \
#define FATAL_ERROR(format, ...) \
do \
{ \
- fprintf(stderr, format, ##__VA_ARGS__); \
- exit(1); \
+ fprintf(stderr, format, ##__VA_ARGS__); \
+ exit(1); \
} while (0)
#endif // _MSC_VER