summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5T.c')
-rw-r--r--src/H5T.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5T.c b/src/H5T.c
index 8f2862c..199b4be 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -7413,7 +7413,7 @@ H5T_print_stats(H5T_path_t UNUSED *path, intn UNUSED *nprint/*in,out*/)
*-------------------------------------------------------------------------
*/
herr_t
-H5T_debug(H5T_t *dt, FILE *stream)
+H5T_debug(const H5T_t *dt, FILE *stream)
{
const char *s1="", *s2="";
int i;