From c4051d3d024584323b20e1568d982b76a702f80c Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Mon, 3 Sep 2012 15:31:19 +0800 Subject: Fix a typo in blas/common.h --- blas/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blas') diff --git a/blas/common.h b/blas/common.h index b598c4e45..cd7839114 100644 --- a/blas/common.h +++ b/blas/common.h @@ -48,7 +48,7 @@ : ((X)=='L' || (X)=='l') ? LO \ : INVALID) -#define DIAG(X) ( ((X)=='N' || (X)=='N') ? NUNIT \ +#define DIAG(X) ( ((X)=='N' || (X)=='n') ? NUNIT \ : ((X)=='U' || (X)=='u') ? UNIT \ : INVALID) -- cgit v1.2.3