summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2011-09-27 10:16:40 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2011-09-27 10:16:40 -0700
commit0aad4d6094173fd3c10e435be05bde541062232d (patch)
treeeecc5b550701ffc7b056220a5717409439fcfabe /main.c
parentdc2a0c1909727a1557b8f03e6b6ac3e427ebe4b7 (diff)
downloadsubsurface-0aad4d6094173fd3c10e435be05bde541062232d.tar.gz
Add preference option to chose if SAC and/or OTU should be in divelist
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index ef6212ae2..92eb9ee09 100644
--- a/main.c
+++ b/main.c
@@ -126,6 +126,7 @@ int main(int argc, char **argv)
int i;
output_units = SI_units;
+
parse_xml_init();
init_ui(argc, argv);