diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-10-28 18:22:05 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-10-28 18:22:05 (GMT) |
commit | 5bcb1054d166435095e9cab3a489f51a540b17fc (patch) | |
tree | 08a2b1258632e1e2215acf94d104bdd98e259a3e /tools/h5diff | |
parent | 4ded0a4fa7650eb52687452906c41a387bd37b2f (diff) | |
download | hdf5-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')
-rw-r--r-- | tools/h5diff/h5diff_main.c | 2 |
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* ); |