]> git.tdb.fi Git - ext/subsurface.git/blobdiff - dive.h
Fix minor coding standard issues introduced by my last commit
[ext/subsurface.git] / dive.h
diff --git a/dive.h b/dive.h
index 36a406c255c690da80da3af767c9cfd035e5d08b..0116a1cf78a3d07ac4da2ccbe725de15f7e35d9e 100644 (file)
--- a/dive.h
+++ b/dive.h
@@ -84,7 +84,7 @@ typedef struct {
 typedef struct {
        cylinder_type_t type;
        struct gasmix gasmix;
-       pressure_t start, end;
+       pressure_t start, end, sample_start, sample_end;
 } cylinder_t;
 
 extern int get_pressure_units(unsigned int mb, const char **units);