Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijitRaut04 committed Nov 15, 2024
1 parent 0f722f7 commit fbe9c46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ double stdlib_base_minmax( const double x, const double y, double* out, int stri
out[ offset + stride ] = stdlib_base_max( x, y );
}

return;
return out[0];

}

0 comments on commit fbe9c46

Please sign in to comment.