From 21572a0e204ee4b57faf6c0a27903b95e500071a Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Thu, 27 Dec 2018 10:27:46 +0300 Subject: [PATCH] Style. --- njs/njs_variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/njs/njs_variable.c b/njs/njs_variable.c index 4f2739cb..286e951c 100644 --- a/njs/njs_variable.c +++ b/njs/njs_variable.c @@ -16,7 +16,7 @@ typedef struct { } njs_variable_scope_t; -static njs_ret_t njs_variable_find(njs_vm_t *vm, njs_parser_scope_t *scope, +static njs_ret_t njs_variable_find(njs_vm_t *vm, njs_parser_scope_t *scope, njs_variable_scope_t *vs, nxt_str_t *name, uint32_t hash); static njs_variable_t *njs_variable_alloc(njs_vm_t *vm, nxt_str_t *name, njs_variable_type_t type); -- 2.47.3