Skip to content

Commit f50aa2d

Browse files
author
zhanggy
committed
chore: fix C lint errors (issue #7554)
1 parent 34e5e27 commit f50aa2d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/nonsingleton-dimensions/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/nonsingleton-dimensions/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* int64_t n = stdlib_ndarray_nonsingleton_dimensions( ndims, shape );
3636
* // returns 1
3737
*/
38-
int64_t stdlib_ndarray_nonsingleton_dimensions( int64_t ndims, int64_t *shape ) {
38+
int64_t stdlib_ndarray_nonsingleton_dimensions( int64_t ndims, const int64_t *shape ) {
3939
int64_t n;
4040
int64_t i;
4141

0 commit comments

Comments
 (0)