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>
This commit is contained in:
Dirk Hohndel 2013-09-19 10:54:29 -05:00
parent fc3b68bc19
commit 01408a429d

4
deco.h
View file

@ -9,4 +9,8 @@ extern "C" {
extern double buehlmann_N2_t_halflife[]; extern double buehlmann_N2_t_halflife[];
#ifdef __cplusplus
}
#endif
#endif #endif