diff options
Diffstat (limited to 'tools/lib/h5diff.c')
-rw-r--r-- | tools/lib/h5diff.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c index 9f20f4a..c7dd9e5 100644 --- a/tools/lib/h5diff.c +++ b/tools/lib/h5diff.c @@ -366,8 +366,10 @@ int diff( hid_t file1_id, break; } +#if 0 if (options->verbose) printf("\n"); +#endif return nfound; } |