Skip to content

Commit fbe9c46

Browse files
committed
return
1 parent 0f722f7 commit fbe9c46

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/minmax/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/minmax/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ double stdlib_base_minmax( const double x, const double y, double* out, int stri
4646
out[ offset + stride ] = stdlib_base_max( x, y );
4747
}
4848

49-
return;
49+
return out[0];
5050

5151
}

0 commit comments

Comments
 (0)