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...
This commit is contained in:
Andreas Lauser 2013-12-15 18:10:27 +01:00
parent 3528c1e988
commit b660419992

View File

@ -18,7 +18,7 @@
*/
#ifndef OPM_FSH_HEADER_INCLUDED
#define OPM_FHS_HEADER_INCLUDED
#define OPM_FSH_HEADER_INCLUDED
/**
* \file