diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-06-04 23:34:09 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-04 14:45:54 -0700 |
commit | 40dd6f4c3931e58ca18754ecfe9c8da5f2c6f542 (patch) | |
tree | 8ffb4d591cda0edb86deaeeae95afda43d14c644 /planner.h | |
parent | 714fdc7ced770c16126fadec2b0bf314e9b4a622 (diff) | |
download | subsurface-40dd6f4c3931e58ca18754ecfe9c8da5f2c6f542.tar.gz |
Disclaimer included in the printed diveplan
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'planner.h')
-rw-r--r-- | planner.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ extern bool diveplan_empty(struct diveplan *diveplan); extern struct dive *planned_dive; extern char *cache_data; -extern char *disclaimer; +extern const char *disclaimer; extern double plangflow, plangfhigh; |