summaryrefslogtreecommitdiffstats
path: root/tools/h5ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5ls.c')
-rw-r--r--tools/h5ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5ls.c b/tools/h5ls.c
index 64775fe..d1c3552 100644
--- a/tools/h5ls.c
+++ b/tools/h5ls.c
@@ -1666,7 +1666,7 @@ main (int argc, char *argv[])
hid_t file, plist=H5P_DEFAULT, root;
const char *fname = NULL;
const char *progname;
- const char *s;
+ const char *s = NULL;
char *rest, *container=NULL;
int argno;
H5G_stat_t sb;