summaryrefslogtreecommitdiffstats
path: root/src/mapi/entry.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-03-03 09:08:22 -0700
committerBrian Paul <[email protected]>2015-03-04 08:33:48 -0700
commit41c87cc5666de7ec5cfdea2c035c671048c06ca5 (patch)
tree70d0d98c1841ffa7872e5946a72b306ddc5a75ba /src/mapi/entry.c
parent5bebd7099ab22c6f1498cd928170561718d6ff36 (diff)
mapi: replace INLINE with inline
Reviewed-by: Jose Fonseca <[email protected]>
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 b6e8db28d5b..f0287a052ad 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