summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>2022-07-25 21:59:03 +0200
committerGitHub <noreply@github.com>2022-07-25 21:59:03 +0200
commit692848d20cf68d205d067888e4e1abae319e8525 (patch)
tree3d9df0bacd1381c956581fd25d0bf60d324a67dc
parentf8c5bdfbabba6a7c66a295fa0007e103e2308e31 (diff)
downloadopenblas-692848d20cf68d205d067888e4e1abae319e8525.tar.gz
openblas-692848d20cf68d205d067888e4e1abae319e8525.tar.bz2
openblas-692848d20cf68d205d067888e4e1abae319e8525.zip
typo fix
-rw-r--r--ctest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctest.c b/ctest.c
index 6ec437a0c..df628b1d4 100644
--- a/ctest.c
+++ b/ctest.c
@@ -46,7 +46,7 @@ COMPILER_GNU
#if defined(__fcc_version__) || defined(__FCC_version__)
COMPILER_FUJITSU
-endif
+#endif
#if defined(__ANDROID__)
OS_ANDROID