summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/h5dump.c2
-rw-r--r--tools/h5tools.h2
2 files changed, 2 insertions, 2 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;
diff --git a/tools/h5tools.h b/tools/h5tools.h
index d962cee..5a85709 100644
--- a/tools/h5tools.h
+++ b/tools/h5tools.h
@@ -312,7 +312,7 @@ extern ProgType programtype;
#define CTYPE "CTYPE"
#define CONCATENATOR "//"
#define DATASET "DATASET"
-#define OBJECTID "OBJECTID"
+#define OBJID "OBJECTID"
#define BEGIN "{"
#define END "}"
#endif