summaryrefslogtreecommitdiffstats
path: root/core/plannernotes.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/plannernotes.c')
-rw-r--r--core/plannernotes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plannernotes.c b/core/plannernotes.c
index 9927ad26a..efd71b16c 100644
--- a/core/plannernotes.c
+++ b/core/plannernotes.c
@@ -537,7 +537,7 @@ void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_d
/* Print warnings for pO2 */
dp = diveplan->dp;
bool o2warning_exist = false;
- enum dive_comp_type current_divemode;
+ enum divemode_t current_divemode;
double amb;
struct event *evd = NULL;
current_divemode = UNDEF_COMP_TYPE;