aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-text-index.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-text-index.c')
-rw-r--r--camel/camel-text-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-text-index.c b/camel/camel-text-index.c
index 60dc5b7402..710723168b 100644
--- a/camel/camel-text-index.c
+++ b/camel/camel-text-index.c
@@ -1384,7 +1384,7 @@ text_index_name_add_word(CamelIndexName *idn, const char *word)
Because it doesn't hang/loop forever on bad data
Used to clean up utf8 before it gets further */
-static __inline__ guint32
+static inline guint32
camel_utf8_next(const unsigned char **ptr, const unsigned char *ptrend)
{
register unsigned char *p = (unsigned char *)*ptr;