mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r7774] Purpose:
changed the name of one struct in this file Platforms tested: linux, solaris IRIX Misc. update:
This commit is contained in:
parent
4ded0a4fa7
commit
5bcb1054d1
@ -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* );
|
||||
|
Loading…
Reference in New Issue
Block a user