diff options
Diffstat (limited to 'tools/h5repack/h5repack_list.c')
-rw-r--r-- | tools/h5repack/h5repack_list.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack_list.c b/tools/h5repack/h5repack_list.c index f28ff9e..74e79a4 100644 --- a/tools/h5repack/h5repack_list.c +++ b/tools/h5repack/h5repack_list.c @@ -76,7 +76,10 @@ int check_objects(const char* fname, */ if (options->verbose) + { + printf("\n"); printf("Opening file <%s>. Searching for objects to modify...\n",fname); + } for ( i = 0; i < options->op_tbl->nelems; i++) { |