Skip to content

Commit 5eef079

Browse files
authored
Fix missing semicolon
1 parent de88063 commit 5eef079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack-netlib/LAPACKE/include/lapack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3453,7 +3453,7 @@ void LAPACK_zgedmdq(
34533453
lapack_complex_double* s, lapack_int const* lds,
34543454
lapack_complex_double* work, lapack_int const* lwork,
34553455
lapack_int* iwork, lapack_int const* liwork,
3456-
lapack_int* info )
3456+
lapack_int* info );
34573457

34583458
#define LAPACK_cgesv LAPACK_GLOBAL(cgesv,CGESV)
34593459
lapack_int LAPACK_cgesv(

0 commit comments

Comments
 (0)