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 acac8ec6b..d5dc37271 100644 --- a/core/divelist.c +++ b/core/divelist.c @@ -416,7 +416,7 @@ static void add_dive_to_deco(struct deco_state *ds, struct dive *dive) struct gasmix *gasmix = NULL; int i; struct event *ev = NULL, *evd = NULL; - enum dive_comp_type current_divemode = UNDEF_COMP_TYPE; + enum divemode_t current_divemode = UNDEF_COMP_TYPE; if (!dc) return; |