aboutsummaryrefslogtreecommitdiff
path: root/src/njs_flathsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/njs_flathsh.c')
-rw-r--r--src/njs_flathsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/njs_flathsh.c b/src/njs_flathsh.c
index 7e374c62..601018d1 100644
--- a/src/njs_flathsh.c
+++ b/src/njs_flathsh.c
@@ -143,7 +143,7 @@ njs_flathsh_descr_t *
njs_flathsh_new(njs_flathsh_query_t *fhq)
{
return njs_flathsh_alloc(fhq, NJS_FLATHSH_HASH_INITIAL_SIZE,
- NJS_FLATHSH_ELTS_INITIAL_SIZE);
+ NJS_FLATHSH_ELTS_INITIAL_SIZE);
}