diff options
| author | 2011-09-27 10:16:40 -0700 | |
|---|---|---|
| committer | 2011-09-27 10:16:40 -0700 | |
| commit | 0aad4d6094173fd3c10e435be05bde541062232d (patch) | |
| tree | eecc5b550701ffc7b056220a5717409439fcfabe /main.c | |
| parent | dc2a0c1909727a1557b8f03e6b6ac3e427ebe4b7 (diff) | |
| download | subsurface-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -126,6 +126,7 @@ int main(int argc, char **argv) int i; output_units = SI_units; + parse_xml_init(); init_ui(argc, argv); |