diff options
Diffstat (limited to 'core/parse.c')
-rw-r--r-- | core/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/parse.c b/core/parse.c index 5743be3c6..48e62c2e0 100644 --- a/core/parse.c +++ b/core/parse.c @@ -16,7 +16,7 @@ int metric = 1; int diveid = -1; event_allocation_t event_allocation = { .event.deleted = 1 }; - +struct parser_settings cur_settings; struct divecomputer *cur_dc = NULL; struct dive *cur_dive = NULL; |