summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf.c b/newgrf.c
index bf70a8596..841a4e73b 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -114,7 +114,7 @@ do { \
} while (0)
-static byte INLINE grf_load_byte(byte **buf)
+static inline byte grf_load_byte(byte **buf)
{
return *(*buf)++;
}