aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'blas/common.h')
-rw-r--r--blas/common.h2
1 files changed, 1 insertions, 1 deletions
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)