diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-08-16 18:23:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-08-16 18:23:29 (GMT) |
commit | 96bf97f534b00232c0ec13282b5b1eac7dc99865 (patch) | |
tree | 285eeffa7935c1f3702a0b2254371630cf7fd62e /test | |
parent | 64e6665b5442fc3f46cc7e2b00fe0a1b59f03b22 (diff) | |
download | hdf5-96bf97f534b00232c0ec13282b5b1eac7dc99865.zip hdf5-96bf97f534b00232c0ec13282b5b1eac7dc99865.tar.gz hdf5-96bf97f534b00232c0ec13282b5b1eac7dc99865.tar.bz2 |
Update HD prefix and reconcile hl/cpp test
Diffstat (limited to 'test')
-rw-r--r-- | test/use_disable_mdc_flushes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/use_disable_mdc_flushes.c b/test/use_disable_mdc_flushes.c index 8c8316d..b349269 100644 --- a/test/use_disable_mdc_flushes.c +++ b/test/use_disable_mdc_flushes.c @@ -539,7 +539,7 @@ done: int main(void) { - HDHDfprintf(stderr, "Non-POSIX platform. Skipping.\n"); + HDfprintf(stderr, "Non-POSIX platform. Skipping.\n"); return EXIT_SUCCESS; } /* end main() */ |