Skip to content

Commit f7bbb80

Browse files
authored
chore: fix C lint errors (issue #7626)
Signed-off-by: GeoDaoyu <[email protected]>
1 parent 02485fd commit f7bbb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/minmax-view-buffer-index/include/stdlib/ndarray/base/minmax_view_buffer_index.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern "C" {
3131
/**
3232
* Computes the minimum and maximum linear indices (in bytes) in an underlying data buffer accessible to an array view.
3333
*/
34-
int8_t stdlib_ndarray_minmax_view_buffer_index( int64_t ndims, int64_t *shape, int64_t *strides, int64_t offset, int64_t *out );
34+
int8_t stdlib_ndarray_minmax_view_buffer_index( int64_t ndims, const int64_t *shape, const int64_t *strides, int64_t offset, int64_t *out );
3535

3636
#ifdef __cplusplus
3737
}

0 commit comments

Comments
 (0)