diff options
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 |