summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/h5dump.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-02-24 16:03:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-02-24 16:03:17 (GMT)
commit2dffa66ef78426ea1eef3aaa2d5abcb11d0c26f8 (patch)
tree12fd049962e0ba0fa2c428122b62064e07e52a8a /tools/h5dump/h5dump.c
parent67a1e576db7e4e1075b3f181fe40abff8c73b095 (diff)
downloadhdf5-2dffa66ef78426ea1eef3aaa2d5abcb11d0c26f8.zip
hdf5-2dffa66ef78426ea1eef3aaa2d5abcb11d0c26f8.tar.gz
hdf5-2dffa66ef78426ea1eef3aaa2d5abcb11d0c26f8.tar.bz2
[svn-r21984] Correct HD prefix in tools
Checked for HD support.
Diffstat (limited to 'tools/h5dump/h5dump.c')
-rw-r--r--tools/h5dump/h5dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c
index 8d20b8d..90bbfec 100644
--- a/tools/h5dump/h5dump.c
+++ b/tools/h5dump/h5dump.c
@@ -230,7 +230,7 @@ leave(int ret)
static void
usage(const char *prog)
{
- fflush(stdout);
+ HDfflush(stdout);
HDfprintf(stdout, "usage: %s [OPTIONS] file\n", prog);
HDfprintf(stdout, " OPTIONS\n");
HDfprintf(stdout, " -h, --help Print a usage message and exit\n");