diff options
Diffstat (limited to 'src/libutil/fstring.c')
-rw-r--r-- | src/libutil/fstring.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libutil/fstring.c b/src/libutil/fstring.c index 32fabcea4..e6ce5a052 100644 --- a/src/libutil/fstring.c +++ b/src/libutil/fstring.c @@ -357,4 +357,6 @@ rspamd_ftok_map (const rspamd_fstring_t *s) tok = g_slice_alloc (sizeof (*tok)); tok->begin = s->str; tok->len = s->len; -}
\ No newline at end of file + + return tok; +} |