summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_list.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-06 18:30:30 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-06 18:30:30 (GMT)
commit45878f9a8adac2d93c8a6ba42e09fff043d41adb (patch)
tree514ef450cf36168b6d7283473a73f11928f839fd /tools/h5repack/h5repack_list.c
parentfde9bbabc4c2c74bb127ee1a1d29ef70e4dcbf74 (diff)
downloadhdf5-45878f9a8adac2d93c8a6ba42e09fff043d41adb.zip
hdf5-45878f9a8adac2d93c8a6ba42e09fff043d41adb.tar.gz
hdf5-45878f9a8adac2d93c8a6ba42e09fff043d41adb.tar.bz2
[svn-r8311] Purpose:
cleaned some comments and printfs Description: Solution: Platforms tested: linux Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack_list.c')
-rw-r--r--tools/h5repack/h5repack_list.c3
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++)
{