diff options
Diffstat (limited to 'profile.h')
-rw-r--r-- | profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ struct plot_data { int tts_calc; int stoptime_calc; int stopdepth_calc; - int pressure_time; + int pressure_time; }; void calculate_max_limits(struct dive *dive, struct divecomputer *dc, struct graphics_context *gc); |