summaryrefslogtreecommitdiffstats
path: root/src/H5Ofill.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-02-07 03:42:02 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-02-07 03:42:02 (GMT)
commit2fbdfcc4574a141bc668795db9cb48678ba9e336 (patch)
treeecd2d29cd37ab209faf0111ab2345e3dac9a3030 /src/H5Ofill.c
parentb86cc6ea841c24a0513c95b8e6d9aaac209c0fb8 (diff)
downloadhdf5-2fbdfcc4574a141bc668795db9cb48678ba9e336.zip
hdf5-2fbdfcc4574a141bc668795db9cb48678ba9e336.tar.gz
hdf5-2fbdfcc4574a141bc668795db9cb48678ba9e336.tar.bz2
Modifications made based on comments from pull request.
Diffstat (limited to 'src/H5Ofill.c')
-rw-r--r--src/H5Ofill.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Ofill.c b/src/H5Ofill.c
index 6dc3064..74f69d1 100644
--- a/src/H5Ofill.c
+++ b/src/H5Ofill.c
@@ -929,10 +929,10 @@ H5O_fill_debug(H5F_t H5_ATTR_UNUSED *f, hid_t H5_ATTR_UNUSED dxpl_id, const void
HDfprintf(stream, "%*s%-*s ", indent, "", fwidth, "Data type:");
if(fill->type) {
H5T_debug(fill->type, stream);
- fprintf(stream, "\n");
+ HDfprintf(stream, "\n");
} /* end if */
else
- fprintf(stream, "<dataset type>\n");
+ HDfprintf(stream, "<dataset type>\n");
FUNC_LEAVE_NOAPI(SUCCEED)
} /* end H5O_fill_debug() */