From 01408a429df7ccb9f2b4b66afbbfd21f5641e0f3 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 19 Sep 2013 10:54:29 -0500 Subject: Fix unbalanced braces issues in dive.h The compiler doesn't warn about this, but this looks better. Signed-off-by: Dirk Hohndel --- deco.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3-70-g09d2