summaryrefslogtreecommitdiffstats
path: root/src/mapi/entry.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-03-03 09:08:22 -0700
committerBrian Paul <brianp@vmware.com>2015-03-04 08:33:48 -0700
commit41c87cc5666de7ec5cfdea2c035c671048c06ca5 (patch)
tree70d0d98c1841ffa7872e5946a72b306ddc5a75ba /src/mapi/entry.c
parent5bebd7099ab22c6f1498cd928170561718d6ff36 (diff)
downloadexternal_mesa3d-41c87cc5666de7ec5cfdea2c035c671048c06ca5.zip
external_mesa3d-41c87cc5666de7ec5cfdea2c035c671048c06ca5.tar.gz
external_mesa3d-41c87cc5666de7ec5cfdea2c035c671048c06ca5.tar.bz2
mapi: replace INLINE with inline
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/mapi/entry.c')
-rw-r--r--src/mapi/entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/entry.c b/src/mapi/entry.c
index b6e8db2..f0287a0 100644
--- a/src/mapi/entry.c
+++ b/src/mapi/entry.c
@@ -51,7 +51,7 @@
#include <stdlib.h>
-static INLINE const struct mapi_table *
+static inline const struct mapi_table *
entry_current_get(void)
{
#ifdef MAPI_MODE_BRIDGE