summaryrefslogtreecommitdiffstats
path: root/tools/h5dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5dump.c')
-rw-r--r--tools/h5dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c
index 0c20cd4..fd4fcaa 100644
--- a/tools/h5dump.c
+++ b/tools/h5dump.c
@@ -1736,7 +1736,7 @@ dump_oid(hid_t oid){
indent += COL;
indentation (indent);
- printf ("%s %s ", OBJECTID, BEGIN);
+ printf ("%s %s ", OBJID, BEGIN);
printf("%d", oid);
printf (" %s\n", END);
indent -= COL;