Skip to content

Commit 3bc4c9f

Browse files
chore: fix C lint errors
PR-URL: #7397 Closes: #7395 Reviewed-by: Athan Reines <[email protected]>
1 parent 901fbca commit 3bc4c9f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/min-view-buffer-index/benchmark/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/min-view-buffer-index/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ static double benchmark( void ) {
9696
double t;
9797
int i;
9898

99-
int64_t shape[] = { 10, 10, 10 };
99+
const int64_t shape[] = { 10, 10, 10 };
100100
int64_t strides[] = { 100, 10, 1 };
101101
int64_t offset = 1000;
102102
int64_t ndims = 3;

0 commit comments

Comments
 (0)