summaryrefslogtreecommitdiffstats
path: root/src/H5H.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5H.c')
-rw-r--r--src/H5H.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5H.c b/src/H5H.c
index 6da97e6..3a09c50 100644
--- a/src/H5H.c
+++ b/src/H5H.c
@@ -923,7 +923,7 @@ H5H_debug (hdf5_file_t *f, haddr_t addr, FILE *stream, intn indent,
} else {
fprintf (stream, " ");
}
- if (7==j) fputc (' ', stream);
+ if (7==j) HDfputc (' ', stream);
}
for (j=0; j<16; j++) {
@@ -938,7 +938,7 @@ H5H_debug (hdf5_file_t *f, haddr_t addr, FILE *stream, intn indent,
}
}
- fputc ('\n', stream);
+ HDfputc ('\n', stream);
}
H5MM_xfree (marker);