summaryrefslogtreecommitdiffstats
path: root/tools/h5stat
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/h5stat
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/h5stat')
-rw-r--r--tools/h5stat/h5stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5stat/h5stat.c b/tools/h5stat/h5stat.c
index 1fc19c7..21f77f2 100644
--- a/tools/h5stat/h5stat.c
+++ b/tools/h5stat/h5stat.c
@@ -238,7 +238,7 @@ leave(int ret)
static void usage(const char *prog)
{
- fflush(stdout);
+ HDfflush(stdout);
HDfprintf(stdout, "Usage: %s [OPTIONS] file\n", prog);
HDfprintf(stdout, "\n");
HDfprintf(stdout, " OPTIONS\n");