diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_job_cache_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_job_cache_file.c b/src/nxt_job_cache_file.c index 786691f6..13f01a45 100644 --- a/src/nxt_job_cache_file.c +++ b/src/nxt_job_cache_file.c @@ -9,7 +9,7 @@ nxt_job_cache_file_t * -nxt_job_cache_file_create(nxt_mem_pool_t *mp) +nxt_job_cache_file_create(nxt_mp_t *mp) { nxt_job_cache_file_t *jbc; |