mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Move metric variable to parse.c
This is required when moving Shearwater DB parsing into parse-db.c Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
ddb9dba66c
commit
568db03228
3 changed files with 5 additions and 1 deletions
|
|
@ -9,6 +9,9 @@
|
|||
#include "parse.h"
|
||||
#include "divelist.h"
|
||||
#include "device.h"
|
||||
#include "gettext.h"
|
||||
|
||||
int metric = 1;
|
||||
|
||||
/*
|
||||
static union {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue