summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_main.c
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2009-06-17 16:10:59 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2009-06-17 16:10:59 (GMT)
commit44de15ab36b3f3600611b02f173d3836d88ba9a1 (patch)
tree5583b7ed44e5a5585b7dad0c3fad044842bcfe8d /tools/h5diff/h5diff_main.c
parente390b0e3129c020988cee7027168b3f0ad1863d2 (diff)
downloadhdf5-44de15ab36b3f3600611b02f173d3836d88ba9a1.zip
hdf5-44de15ab36b3f3600611b02f173d3836d88ba9a1.tar.gz
hdf5-44de15ab36b3f3600611b02f173d3836d88ba9a1.tar.bz2
[svn-r17074] Merged changes from the trunk into the branch:
svn merge -r17016:17073 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested: smirom
Diffstat (limited to 'tools/h5diff/h5diff_main.c')
-rw-r--r--tools/h5diff/h5diff_main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c
index 822d59c..1cb8f2f 100644
--- a/tools/h5diff/h5diff_main.c
+++ b/tools/h5diff/h5diff_main.c
@@ -68,6 +68,9 @@
*/
+/* module-scoped variables */
+int d_status = EXIT_SUCCESS;
+
int main(int argc, const char *argv[])
{
int ret;