From a9c0f6f616bfbbff394dc4b440c69dc8589386e4 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Mon, 1 Mar 2004 16:00:40 -0500 Subject: [svn-r8226] Purpose: removed a print of a new line Description: Solution: Platforms tested: linux Misc. update: --- tools/h5diff/h5diff_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12