changeset 431:c49dbfac4349

Fix erroneous header guard
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 30 Sep 2016 19:04:06 +0100
parents 335af74a25b6
children 624ddb622a5d
files ext/cblas/include/cblas_f77.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ext/cblas/include/cblas_f77.h	Fri Sep 30 16:24:24 2016 +0100
+++ b/ext/cblas/include/cblas_f77.h	Fri Sep 30 19:04:06 2016 +0100
@@ -7,7 +7,7 @@
  */
 
 #ifndef CBLAS_F77_H
-#define CBLAS_f77_H
+#define CBLAS_F77_H
 
 #ifdef CRAY
    #include <fortran.h>