aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_cin.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/cl_cin.c')
-rw-r--r--code/client/cl_cin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_cin.c b/code/client/cl_cin.c
index f518ceb..1a54005 100644
--- a/code/client/cl_cin.c
+++ b/code/client/cl_cin.c
@@ -645,7 +645,7 @@ static unsigned short yuv_to_rgb( long y, long u, long v )
******************************************************************************/
#if defined(MACOS_X)
-static inline unsigned int yuv_to_rgb24( long y, long u, long v )
+static ID_INLINE unsigned int yuv_to_rgb24( long y, long u, long v )
{
long r,g,b,YY;