Skip to content

Commit

Permalink
[Minor] Use consistent typing
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Oct 23, 2020
1 parent ecc1876 commit 721cea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libutil/str_util.c
Expand Up @@ -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];
Expand Down

0 comments on commit 721cea9

Please sign in to comment.