From b66041999270a1dd18eb55fbb821d3ec6c65a3c9 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Sun, 15 Dec 2013 18:10:27 +0100 Subject: [PATCH] fix typo in guard macro of fsh.h on CLang 3.4 svn this produced ``` /home/erne/src/opm-core/opm/core/pressure/fsh.h:20:9: warning: 'OPM_FSH_HEADER_INCLUDED' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] ``` which is correct... --- opm/core/pressure/fsh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/pressure/fsh.h b/opm/core/pressure/fsh.h index 8e71e9c4..08cfebc5 100644 --- a/opm/core/pressure/fsh.h +++ b/opm/core/pressure/fsh.h @@ -18,7 +18,7 @@ */ #ifndef OPM_FSH_HEADER_INCLUDED -#define OPM_FHS_HEADER_INCLUDED +#define OPM_FSH_HEADER_INCLUDED /** * \file