changeset 2169:0de42c8fc5b1

Adjust a output cosmetic in benchmark mode.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 Oct 2019 18:34:34 +0300
parents 7dbe40aac3ec
children afad5e1b347d
files mapsearch.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mapsearch.c	Sat Oct 12 18:28:05 2019 +0300
+++ b/mapsearch.c	Sat Oct 12 18:34:34 2019 +0300
@@ -1782,7 +1782,8 @@
                     }
                 }
                 th_verbosity = save;
-                mapMSG(0, "Finished. Took ...\n");
+                printf("\n");
+                mapMSG(0, "Finished.\n");
             }
             else
             {