diff --git a/miniaudio.h b/miniaudio.h index d3e4c31f..61614eea 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -13964,7 +13964,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) \