diff options
Diffstat (limited to 'core/display.h')
-rw-r--r-- | core/display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/display.h b/core/display.h index 9e3e1d159..adda5c03a 100644 --- a/core/display.h +++ b/core/display.h @@ -21,7 +21,7 @@ struct plot_info { int minpressure, maxpressure; int minhr, maxhr; int mintemp, maxtemp; - enum {AIR, NITROX, TRIMIX, FREEDIVING} dive_type; + enum {AIR, NITROX, TRIMIX, FREEDIVING} dive_type; double endtempcoord; double maxpp; bool has_ndl; |