diff options
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h index 4f62c3e31..8415974e9 100644 --- a/core/dive.h +++ b/core/dive.h @@ -292,7 +292,7 @@ typedef struct dive_trip char *location; char *notes; struct dive *dives; - int nrdives; + int nrdives, showndives; /* Used by the io-routines to mark trips that have already been written. */ bool saved; unsigned expanded : 1, selected : 1, autogen : 1, fixup : 1; |