summaryrefslogtreecommitdiffstats
path: root/test/gen_bogus.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gen_bogus.c')
-rw-r--r--test/gen_bogus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gen_bogus.c b/test/gen_bogus.c
index c8f335d..67fc630 100644
--- a/test/gen_bogus.c
+++ b/test/gen_bogus.c
@@ -176,7 +176,7 @@ error:
}
H5E_END_TRY
#else /* H5O_ENABLE_BOGUS */
- HDputs("H5O_ENABLE_BOGUS compiler macro not defined!");
+ puts("H5O_ENABLE_BOGUS compiler macro not defined!");
#endif /* H5O_ENABLE_BOGUS */
return 1;
}