Add newline to clean up progress messages

This commit is contained in:
Eric Fischer 2016-03-07 16:38:21 -08:00
parent 11e737ff29
commit bf585a5849

View File

@ -1566,6 +1566,9 @@ int read_json(int argc, char **argv, char *fname, const char *layername, int max
ix->end = geompos;
}
}
if (!quiet) {
fprintf(stderr, "\n");
}
fclose(geomfile);