diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -692,7 +692,7 @@ extern double restore_deco_state(char *data); struct divedatapoint { int time; - int depth; + unsigned int depth; int o2; int he; int po2; |