diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.c b/contrib/fuzzystrmatch/fuzzystrmatch.c index 782bc1e4d4..dbce1c1019 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.c +++ b/contrib/fuzzystrmatch/fuzzystrmatch.c @@ -168,7 +168,7 @@ getcode(char c) #define NOGHTOF(c) (getcode(c) & 16) /* BDH */ /* Faster than memcmp(), for this use case. */ -static bool inline +static inline bool rest_of_char_same(const char *s1, const char *s2, int len) { while (len > 0)