Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/njs_math.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ static njs_int_t
njs_object_math_min_max(njs_vm_t *vm, njs_value_t *args, njs_uint_t nargs,
njs_index_t max)
{
double num, value;
double num = 0.0, value;
njs_int_t ret;
njs_uint_t i;

Expand Down