Skip to content

Commit 2ca8d8f

Browse files
committed
fix: update declaration
1 parent 50795c2 commit 2ca8d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/strided/base/min-view-buffer-index/include/stdlib/strided/base/min_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
* Returns the minimum accessible index based on a set of provided strided array parameters.
3333
*/
34-
int64_t stdlib_strided_min_view_buffer_index( int64_t N, int64_t stride, int64_t offset );
34+
int64_t stdlib_strided_min_view_buffer_index( const int64_t N, const int64_t stride, const int64_t offset );
3535

3636
#ifdef __cplusplus
3737
}

0 commit comments

Comments
 (0)