summaryrefslogtreecommitdiffstats
path: root/src/H5Oname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Oname.c')
-rw-r--r--src/H5Oname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oname.c b/src/H5Oname.c
index 29bbab0..f364b5a 100644
--- a/src/H5Oname.c
+++ b/src/H5Oname.c
@@ -266,7 +266,7 @@ H5O__name_debug(H5F_t H5_ATTR_UNUSED *f, const void *_mesg, FILE *stream, int in
assert(indent >= 0);
assert(fwidth >= 0);
- HDfprintf(stream, "%*s%-*s `%s'\n", indent, "", fwidth, "Name:", mesg->s);
+ fprintf(stream, "%*s%-*s `%s'\n", indent, "", fwidth, "Name:", mesg->s);
FUNC_LEAVE_NOAPI(SUCCEED)
} /* end H5O__name_debug() */