diff options
Diffstat (limited to 'src/protocol.c')
-rw-r--r-- | src/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.c b/src/protocol.c index efce45f7a..84eb050c1 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -126,7 +126,7 @@ rspamc_proto_str (guint ver) static gchar * separate_command (f_str_t * in, gchar c) { - gint r = 0; + guint r = 0; gchar *p = in->begin, *b; b = p; |