diff options
| -rw-r--r-- | planner.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -948,6 +948,7 @@ int plan(struct diveplan *diveplan, char **cached_datap, bool is_planner, bool s free(stoplevels); free(gaschanges); + return error; } /* |
| index : subsurface.git | ||
| forked from https://github.com/subsurface/subsurface | Tim Segers |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | planner.c | 1 |
@@ -948,6 +948,7 @@ int plan(struct diveplan *diveplan, char **cached_datap, bool is_planner, bool s free(stoplevels); free(gaschanges); + return error; } /* |