diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-09-19 10:54:29 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-09-19 10:54:29 -0500 |
commit | 01408a429df7ccb9f2b4b66afbbfd21f5641e0f3 (patch) | |
tree | b635041311ab59b32be58bad22f773b8fac1e8b5 /deco.h | |
parent | fc3b68bc191ddafa20167da6ed8b6c8b3548f929 (diff) | |
download | subsurface-01408a429df7ccb9f2b4b66afbbfd21f5641e0f3.tar.gz |
Fix unbalanced braces issues in dive.h
The compiler doesn't warn about this, but this looks better.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'deco.h')
-rw-r--r-- | deco.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,4 +9,8 @@ extern "C" { extern double buehlmann_N2_t_halflife[]; +#ifdef __cplusplus +} +#endif + #endif |