mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
fc3b68bc19
commit
01408a429d
1 changed files with 4 additions and 0 deletions
4
deco.h
4
deco.h
|
@ -9,4 +9,8 @@ extern "C" {
|
||||||
|
|
||||||
extern double buehlmann_N2_t_halflife[];
|
extern double buehlmann_N2_t_halflife[];
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue