Skip to content

Commit c1ca0ef

Browse files
committed
fix: lint
1 parent 381863c commit c1ca0ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/lapack/base/dlassq/examples/c

lib/node_modules/@stdlib/lapack/base/dlassq/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-
double X[] = { 1.0, 2.0, 3.0, 4.0 };
24+
const double X[] = { 1.0, 2.0, 3.0, 4.0 };
2525

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

0 commit comments

Comments
 (0)