aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/protocol.h')
-rw-r--r--src/libserver/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/protocol.h b/src/libserver/protocol.h
index c266c2f99..c0095fedc 100644
--- a/src/libserver/protocol.h
+++ b/src/libserver/protocol.h
@@ -20,7 +20,7 @@
struct rspamd_protocol_log_symbol_result {
guint32 id;
- gdouble score;
+ float score;
};
struct rspamd_protocol_log_message_sum {
guint32 nresults;