summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_main.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-03-01 21:00:40 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-03-01 21:00:40 (GMT)
commita9c0f6f616bfbbff394dc4b440c69dc8589386e4 (patch)
tree898410a36139d59640494f5978f6cc234f336521 /tools/h5diff/h5diff_main.c
parentddd683737b216fc599c0c3d9f0621569cfc515b2 (diff)
downloadhdf5-a9c0f6f616bfbbff394dc4b440c69dc8589386e4.zip
hdf5-a9c0f6f616bfbbff394dc4b440c69dc8589386e4.tar.gz
hdf5-a9c0f6f616bfbbff394dc4b440c69dc8589386e4.tar.bz2
[svn-r8226] Purpose:
removed a print of a new line Description: Solution: Platforms tested: linux Misc. update:
Diffstat (limited to 'tools/h5diff/h5diff_main.c')
-rw-r--r--tools/h5diff/h5diff_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c
index f0b7bf5..cbc0248 100644
--- a/tools/h5diff/h5diff_main.c
+++ b/tools/h5diff/h5diff_main.c
@@ -201,7 +201,7 @@ int main(int argc, const char *argv[])
nfound = h5diff(fname1,fname2,objname1,objname2,&options);
- printf("\n");
+ if (options.verbose) printf("\n");
ret= (nfound==0 ? 0 : 1 );
return ret;