summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/testh5repack_detect_szip.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/h5repack/testh5repack_detect_szip.c')
-rw-r--r--tools/test/h5repack/testh5repack_detect_szip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5repack/testh5repack_detect_szip.c b/tools/test/h5repack/testh5repack_detect_szip.c
index b2be484..02a6d2b 100644
--- a/tools/test/h5repack/testh5repack_detect_szip.c
+++ b/tools/test/h5repack/testh5repack_detect_szip.c
@@ -44,10 +44,10 @@ main(void)
#ifdef H5_HAVE_FILTER_SZIP
if (h5tools_can_encode(H5Z_FILTER_SZIP) == 1) {
- HDprintf("yes\n");
+ printf("yes\n");
return (1);
}
#endif /* H5_HAVE_FILTER_SZIP */
- HDprintf("no\n");
+ printf("no\n");
return (0);
}