summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 46e22041d..d66972cdc 100644
--- a/main.c
+++ b/main.c
@@ -246,7 +246,7 @@ int main(int argc, char **argv)
set_filename(filename, FALSE);
}
report_dives(imported);
-
+ show_dive_info(NULL);
run_ui();
exit_ui();
return 0;