aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/scummsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 49257cd799..496df0a7d7 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -371,7 +371,7 @@
#define NORETURN __attribute__((__noreturn__))
#define GCC_PRINTF(x,y) __attribute__((format(printf, x, y)))
#else
- #define GCC_PRINTF(x,y)
+ #define GCC_PACK(x,y)
#endif