summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5diff/h5diff_common.c')
-rw-r--r--tools/h5diff/h5diff_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5diff/h5diff_common.c b/tools/h5diff/h5diff_common.c
index 11fba7c..9210d40 100644
--- a/tools/h5diff/h5diff_common.c
+++ b/tools/h5diff/h5diff_common.c
@@ -194,7 +194,9 @@ void parse_input(int argc, const char* argv[], const char** fname1, const char**
if (options->not_cmp==1)
{
+ printf("--------------------------------\n");
printf("Some objects are not comparable\n");
+ printf("--------------------------------\n");
if (!options->m_verbose)
printf("Use -v for a list of objects.\n");
}