diff options
Diffstat (limited to 'core/divelist.c')
-rw-r--r-- | core/divelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/divelist.c b/core/divelist.c index 117791e52..7c3201a3d 100644 --- a/core/divelist.c +++ b/core/divelist.c @@ -49,7 +49,7 @@ static bool dive_list_changed = false; -short autogroup = false; +bool autogroup = false; dive_trip_t *dive_trip_list; |