summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_utils.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-02-24 15:45:54 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-02-24 15:45:54 (GMT)
commit827cbbba318e64d81c60647c815c46d18dc529e1 (patch)
treef221c2011d769c23880b9bcf116e1aaf17e38295 /tools/lib/h5tools_utils.c
parentcec338c647aa3dc46f93800c1263f6a75b2c6728 (diff)
downloadhdf5-827cbbba318e64d81c60647c815c46d18dc529e1.zip
hdf5-827cbbba318e64d81c60647c815c46d18dc529e1.tar.gz
hdf5-827cbbba318e64d81c60647c815c46d18dc529e1.tar.bz2
[svn-r21982] Correct HD prefix in tools for exit
Checked for HD support.
Diffstat (limited to 'tools/lib/h5tools_utils.c')
-rw-r--r--tools/lib/h5tools_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools_utils.c b/tools/lib/h5tools_utils.c
index a1fe7c6..dbe1875 100644
--- a/tools/lib/h5tools_utils.c
+++ b/tools/lib/h5tools_utils.c
@@ -389,7 +389,7 @@ indentation(int x)
}
else {
HDfprintf(stderr, "error: the indentation exceeds the number of cols.\n");
- exit(1);
+ HDexit(1);
}
}