diff --git a/interface/lapack/getrf.c b/interface/lapack/getrf.c index 7d1f6bc70..270604120 100644 --- a/interface/lapack/getrf.c +++ b/interface/lapack/getrf.c @@ -100,7 +100,7 @@ int NAME(blasint *M, blasint *N, FLOAT *a, blasint *ldA, blasint *ipiv, blasint int nmax = 40000; #else int nmax = 10000; -endif +#endif if (args.m*args.n