From 81410769ae72904b7ac03ed3460bd73b38fafcc9 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 19 Sep 2025 13:03:10 +1000 Subject: [PATCH] Update c89atomic. There was a stray line continuation in a macro which was resulting in an error with MSVC. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index b9cb3912..052ae05d 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -14263,7 +14263,7 @@ typedef int ma_atomic_memory_order; { \ intrin((volatile msvcType*)dst, (msvcType)src); \ } break; \ - } \ + } #define MA_ATOMIC_MSVC_ARM_INTRINSIC(dst, src, order, intrin, ma_atomicType, msvcType) \ ma_atomicType result; \ switch (order) \