diff options
| -rw-r--r-- | common/scummsys.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index 2191211afe..4b111b367d 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -384,7 +384,7 @@  	#define GCC_PRINTF(x,y) __attribute__((__format__(printf, x, y)))  	#if !defined(FORCEINLINE) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)) -		#define FORCEINLINE __attribute__((__always_inline__)) inline +		#define FORCEINLINE inline __attribute__((__always_inline__))  	#endif  #else  	#define PACKED_STRUCT  | 
