Turn autogroup from short into bool

All users of autogroup are clearly expecting a boolean value, so
let the type reflect this.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2017-12-29 11:49:56 +01:00 committed by Dirk Hohndel
parent e414e0b334
commit 956cb53cd5
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@
static bool dive_list_changed = false;
short autogroup = false;
bool autogroup = false;
dive_trip_t *dive_trip_list;