From e5c3fce2a7f82416e8676f29803053419cfef516 Mon Sep 17 00:00:00 2001 From: darkstar Date: Thu, 22 Feb 2018 00:23:35 +0100 Subject: [PATCH] VIDEO: Change __inline__ to __inline --- src/video/vid_svga.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/vid_svga.h b/src/video/vid_svga.h index 2ea1a4f..0e325e7 100644 --- a/src/video/vid_svga.h +++ b/src/video/vid_svga.h @@ -220,7 +220,7 @@ uint32_t svga_mask_changedaddr(uint32_t addr, svga_t *svga); extern uint32_t shade[5][256]; -static __inline__ uint32_t svga_color_transform(uint32_t color) +static __inline uint32_t svga_color_transform(uint32_t color) { uint8_t *clr8 = (uint8_t *) &color; if (!video_grayscale && !invert_display)