frontend/vectors.c, readability of warning message

This commit is contained in:
Holger Vogt 2018-04-23 21:44:04 +02:00 committed by rlar
parent 68125ea3cf
commit 284f68765d
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ ft_loadfile(char *file)
{
struct plot *pl, *np, *pp;
fprintf(cp_out, "Loading raw data file (\"%s\") . . . ", file);
fprintf(cp_out, "Loading raw data file (\"%s\") ...\n", file);
pl = raw_read(file);
if (pl)
fprintf(cp_out, "done.\n");