From 5bcb1054d166435095e9cab3a489f51a540b17fc Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Tue, 28 Oct 2003 13:22:05 -0500 Subject: [svn-r7774] Purpose: changed the name of one struct in this file Platforms tested: linux, solaris IRIX Misc. update: --- tools/h5diff/h5diff_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* ); -- cgit v0.12