summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_opttable.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-10-21 00:34:42 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-10-21 00:34:42 (GMT)
commitce5e8b2a3961f5c429d7c25aaf68e85081a69bd0 (patch)
treeeb89f7667de1c1c28070b45245c37fd8c79eccfd /tools/h5repack/h5repack_opttable.c
parentaa46073801c8e6cc00a11cc0bda3fb1f70330535 (diff)
downloadhdf5-ce5e8b2a3961f5c429d7c25aaf68e85081a69bd0.zip
hdf5-ce5e8b2a3961f5c429d7c25aaf68e85081a69bd0.tar.gz
hdf5-ce5e8b2a3961f5c429d7c25aaf68e85081a69bd0.tar.bz2
[svn-r17704] Bug fix: (1192)
Changed exit(1) to exit(EXIT_FAILURE) and exit(0) to exit(EXIT_SUCCESS) for better coding. Tested: jam.
Diffstat (limited to 'tools/h5repack/h5repack_opttable.c')
-rw-r--r--tools/h5repack/h5repack_opttable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_opttable.c b/tools/h5repack/h5repack_opttable.c
index 8572837..5b6d5d0 100644
--- a/tools/h5repack/h5repack_opttable.c
+++ b/tools/h5repack/h5repack_opttable.c
@@ -231,7 +231,7 @@ int options_add_layout( obj_list_t *obj_list,
if (table->objs[i].chunk.rank>0)
{
error_msg(progname, "chunk information already inserted for <%s>\n",obj_list[j].obj);
- exit(1);
+ exit(EXIT_FAILURE);
}
/* insert the layout info */
else