Browse Source

[Minor] Use consistent typing

tags/2.7
Vsevolod Stakhov 3 years ago
parent
commit
721cea9e5c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libutil/str_util.c

+ 1
- 1
src/libutil/str_util.c View File

@@ -101,7 +101,7 @@ rspamd_str_lc (gchar *str, guint size)
gint
rspamd_lc_cmp (const gchar *s, const gchar *d, gsize l)
{
guint fp, i;
gsize fp, i;
guchar c1, c2, c3, c4;
union {
guchar c[4];

Loading…
Cancel
Save