Skip to content

Commit d9a62a7

Browse files
authored
fix: lint error
Signed-off-by: Muhammad Haris <[email protected]>
1 parent fc50265 commit d9a62a7

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/sindex-of/examples/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/sindex-of/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
int main( void ) {
2323
// Create a strided array:
24-
float x[] = { 1.0f, -2.0f, 3.0f, -4.0f, 5.0f, -6.0f, 7.0f, -8.0f };
24+
const float x[] = { 1.0f, -2.0f, 3.0f, -4.0f, 5.0f, -6.0f, 7.0f, -8.0f };
2525

2626
// Specify the number of indexed elements:
2727
const int N = 8;

0 commit comments

Comments
 (0)