summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/h5dump.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c
index b6cf9ee..1f854c4 100644
--- a/tools/h5dump.c
+++ b/tools/h5dump.c
@@ -2022,7 +2022,5 @@ static void
dump_oid(hid_t oid)
{
indentation(indent + COL);
- printf("%s %s ", OBJID, BEGIN);
- printf("%d", oid);
- printf(" %s\n", END);
+ printf("%s %s %d %s\n", OBJID, BEGIN, oid, END);
}