summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_main.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2003-10-28 18:22:05 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2003-10-28 18:22:05 (GMT)
commit5bcb1054d166435095e9cab3a489f51a540b17fc (patch)
tree08a2b1258632e1e2215acf94d104bdd98e259a3e /tools/h5diff/h5diff_main.c
parent4ded0a4fa7650eb52687452906c41a387bd37b2f (diff)
downloadhdf5-5bcb1054d166435095e9cab3a489f51a540b17fc.zip
hdf5-5bcb1054d166435095e9cab3a489f51a540b17fc.tar.gz
hdf5-5bcb1054d166435095e9cab3a489f51a540b17fc.tar.bz2
[svn-r7774] Purpose:
changed the name of one struct in this file Platforms tested: linux, solaris IRIX Misc. update:
Diffstat (limited to 'tools/h5diff/h5diff_main.c')
-rw-r--r--tools/h5diff/h5diff_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c
index 87ae592..72b09a9 100644
--- a/tools/h5diff/h5diff_main.c
+++ b/tools/h5diff/h5diff_main.c
@@ -19,7 +19,7 @@
/* Due to alignment issue in Alpha clusters, options must be declared here
* not as a local variable in main().
*/
-options_t options = {0,0,0,0,0,0,0,1};
+diff_opt_t options = {0,0,0,0,0,0,0,1};
static void usage(void);
static int check_n_input( const char* );