Skip to content

Commit 1f95c46

Browse files
committed
return changed to double instead double *
1 parent c89beac commit 1f95c46

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/addon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ double minmax( double x, double y ) {
3737

3838
stdlib_base_minmax( x, y, &result, 1, 0 );
3939

40-
return *result;
40+
return result;
4141

4242
}
4343

0 commit comments

Comments
 (0)