diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-30 11:32:07 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-30 11:32:07 +0100 |
commit | ff463c609bd364a8090d89a52c4878fa1aef93bd (patch) | |
tree | 5ef217f37e5f082b1c3aa7537879f586465dec7a /src/hs_helper.c | |
parent | 56583a05d4f391afc3a7bb1551be9724a6d7ba72 (diff) | |
download | rspamd-ff463c609bd364a8090d89a52c4878fa1aef93bd.tar.gz rspamd-ff463c609bd364a8090d89a52c4878fa1aef93bd.zip |
Fix couple of compiler warnings
Diffstat (limited to 'src/hs_helper.c')
-rw-r--r-- | src/hs_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hs_helper.c b/src/hs_helper.c index 771d74d7a..364530313 100644 --- a/src/hs_helper.c +++ b/src/hs_helper.c @@ -48,8 +48,8 @@ worker_t hs_helper_worker = { SOCK_STREAM /* TCP socket */ }; -const static gdouble default_max_time = 1.0; -const static gdouble default_recompile_time = 60.0; +static const gdouble default_max_time = 1.0; +static const gdouble default_recompile_time = 60.0; /* * Worker's context |