summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5T.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5T.c b/src/H5T.c
index b15f1d9..af81e52 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -2232,7 +2232,7 @@ H5Tget_offset(hid_t type_id)
int offset;
FUNC_ENTER(H5Tget_offset, -1);
- H5TRACE1("z","i",type_id);
+ H5TRACE1("Is","i",type_id);
/* Check args */
if (H5I_DATATYPE != H5I_get_type(type_id) ||