diff options
Diffstat (limited to 'src/libserver/maps/map_helpers.c')
-rw-r--r-- | src/libserver/maps/map_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/maps/map_helpers.c b/src/libserver/maps/map_helpers.c index 65478c567..8cb5eda78 100644 --- a/src/libserver/maps/map_helpers.c +++ b/src/libserver/maps/map_helpers.c @@ -35,7 +35,7 @@ #endif -static const guint64 map_hash_seed = 0xdeadbabeULL; +static const uint64_t map_hash_seed = 0xdeadbabeULL; static const gchar *const hash_fill = "1"; struct rspamd_map_helper_value { |