Skip to content

Commit 629d3b2

Browse files
committed
chore: fix C lint errors (issue #11334)
1 parent aab353b commit 629d3b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/base/iteration-order/src

lib/node_modules/@stdlib/ndarray/base/iteration-order/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* int8_t o = stdlib_ndarray_iteration_order( ndims, strides );
4444
* // returns 1
4545
*/
46-
int8_t stdlib_ndarray_iteration_order( int64_t ndims, int64_t *strides ) {
46+
int8_t stdlib_ndarray_iteration_order( int64_t ndims, const int64_t *strides ) {
4747
int64_t cnt;
4848
int64_t i;
4949

0 commit comments

Comments
 (0)