Skip to content

Commit 4ed48df

Browse files
committed
Fix type
1 parent 6ea7a6e commit 4ed48df

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/strides2order/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ int8_t stdlib_ndarray_strides2order( int64_t ndims, int64_t *strides ) {
5050
int8_t row;
5151
int64_t s1;
5252
int64_t s2;
53-
uint64_t i;
53+
int64_t i;
5454

5555
if ( ndims == 0 ) {
5656
return 0; // 'none'

0 commit comments

Comments
 (0)