frontend/vectors.c, readability of warning message
This commit is contained in:
parent
68125ea3cf
commit
284f68765d
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue