Diff between 2b9fc1b2d9cce2f2b635813b7787b40fa334132b and 03bb9d3426af326642cb4ff280a793cd69a0d844

Changed Files

File Additions Deletions Status
sbc/sbc_primitives.h +1 -1 modified

Full Patch

diff --git a/sbc/sbc_primitives.h b/sbc/sbc_primitives.h
index 3fec8d5..17ad4f7 100644
--- a/sbc/sbc_primitives.h
+++ b/sbc/sbc_primitives.h
@@ -31,7 +31,7 @@
 #define SBC_X_BUFFER_SIZE 328
 
 #ifdef __GNUC__
-#define SBC_ALWAYS_INLINE __attribute__((always_inline))
+#define SBC_ALWAYS_INLINE inline __attribute__((always_inline))
 #else
 #define SBC_ALWAYS_INLINE inline
 #endif