From 41c87cc5666de7ec5cfdea2c035c671048c06ca5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 3 Mar 2015 09:08:22 -0700 Subject: mapi: replace INLINE with inline Reviewed-by: Jose Fonseca --- src/mapi/entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapi/entry.c') 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 -static INLINE const struct mapi_table * +static inline const struct mapi_table * entry_current_get(void) { #ifdef MAPI_MODE_BRIDGE -- cgit v1.2.3