summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_utils.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-03-04 15:01:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-03-04 15:01:43 (GMT)
commit48fa07cd25da23ddca005a4ed475967b81d9d02a (patch)
treecc453e8c80378e58ad95fdd996ed9eeb1dbe488c /tools/lib/h5tools_utils.c
parent71ebded494b7630ccb57f9f13bb621a37fdd9778 (diff)
downloadhdf5-48fa07cd25da23ddca005a4ed475967b81d9d02a.zip
hdf5-48fa07cd25da23ddca005a4ed475967b81d9d02a.tar.gz
hdf5-48fa07cd25da23ddca005a4ed475967b81d9d02a.tar.bz2
[svn-r20187] Verify/cleanup code due to debugging changes
Tested: local linux
Diffstat (limited to 'tools/lib/h5tools_utils.c')
-rw-r--r--tools/lib/h5tools_utils.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lib/h5tools_utils.c b/tools/lib/h5tools_utils.c
index 361cd6a..7586fd0 100644
--- a/tools/lib/h5tools_utils.c
+++ b/tools/lib/h5tools_utils.c
@@ -40,8 +40,7 @@ int opt_err = 1; /*get_option prints errors if this is on */
int opt_ind = 1; /*token pointer */
const char *opt_arg; /*flag argument (or value) */
static int h5tools_d_status = 0;
-//static const char *h5tools_progname = "h5tools";
-static char *h5tools_progname = "h5tools";
+static const char *h5tools_progname = "h5tools";
/* ``parallel_print'' variables */
unsigned char g_Parallel = 0; /*0 for serial, 1 for parallel */