From 70cbb6d39a06eb6f71832517bfd788ad217b6965 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 13 Jul 2016 17:03:27 +0100 Subject: [Rework] Rework exceptions and newlines processing --- src/lua/lua_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua/lua_util.c') diff --git a/src/lua/lua_util.c b/src/lua/lua_util.c index ccbcec6e6..6ce4179f1 100644 --- a/src/lua/lua_util.c +++ b/src/lua/lua_util.c @@ -733,7 +733,7 @@ lua_util_tokenize_text (lua_State *L) gsize len, pos, ex_len, i; GList *exceptions = NULL, *cur; struct rspamd_lua_text *t; - struct process_exception *ex; + struct rspamd_process_exception *ex; GArray *res; rspamd_ftok_t *w; gboolean compat = FALSE; -- cgit v1.2.3