changeset 206:335be766a54d

Fix erroneous header guard
author Chris Cannam
date Fri, 30 Sep 2016 19:04:06 +0100
parents e81375fa6a33
children f11ec82227d5
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>