Various display improvements

This commit is contained in:
Celine Mercier
2019-09-03 21:46:39 +02:00
parent d491480af2
commit f296517716
6 changed files with 16 additions and 8 deletions

View File

@ -655,7 +655,7 @@ int obi_ecotag(const char* dms_name,
obi_close_dms(ref_dms, false);
obi_close_dms(taxo_dms, false);
fprintf(stderr,"\rDone : 100 %% ");
fprintf(stderr,"\rDone : 100 %% \n");
return 0;
}