summaryrefslogtreecommitdiffstats
path: root/deco.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-19 10:54:29 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-19 10:54:29 -0500
commit01408a429df7ccb9f2b4b66afbbfd21f5641e0f3 (patch)
treeb635041311ab59b32be58bad22f773b8fac1e8b5 /deco.h
parentfc3b68bc191ddafa20167da6ed8b6c8b3548f929 (diff)
downloadsubsurface-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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/deco.h b/deco.h
index f9ed7d4d7..bf305b93b 100644
--- a/deco.h
+++ b/deco.h
@@ -9,4 +9,8 @@ extern "C" {
extern double buehlmann_N2_t_halflife[];
+#ifdef __cplusplus
+}
+#endif
+
#endif