diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -299,7 +299,7 @@ typedef struct dive_trip { struct dive *dives; int nrdives; int index; - unsigned expanded:1, selected:1, autogen:1; + unsigned expanded:1, selected:1, autogen:1, fixup:1; struct dive_trip *next; } dive_trip_t; |