summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index 1766cff82..5cb324123 100644
--- a/dive.h
+++ b/dive.h
@@ -161,7 +161,7 @@ struct dive {
depth_t visibility;
temperature_t airtemp, watertemp;
cylinder_t cylinder[MAX_CYLINDERS];
- double otu;
+ int otu;
int samples, alloc_samples;
struct sample sample[];
};