summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-23 15:55:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-23 15:55:06 (GMT)
commit2eee483e9badddec9f182e7be848ce4b343b05da (patch)
tree2edffc77106e39eaf5d5aba9815a10c0f56e8869 /src/H5G.c
parent57993b61d374ae5cb9a956d9ee28bb7cdc7064ea (diff)
downloadhdf5-2eee483e9badddec9f182e7be848ce4b343b05da.zip
hdf5-2eee483e9badddec9f182e7be848ce4b343b05da.tar.gz
hdf5-2eee483e9badddec9f182e7be848ce4b343b05da.tar.bz2
[svn-r7393] Purpose:
Code cleanup Description: De-linted more code Platforms tested: FreeBSD 4.8 (sleipnir) w/parallel too minor to require h5committest
Diffstat (limited to 'src/H5G.c')
-rw-r--r--src/H5G.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5G.c b/src/H5G.c
index 375277f..896b9bc 100644
--- a/src/H5G.c
+++ b/src/H5G.c
@@ -1730,7 +1730,7 @@ static H5G_t *
H5G_create(H5G_entry_t *loc, const char *name, size_t size_hint, hid_t dxpl_id)
{
H5G_t *grp = NULL; /*new group */
- H5F_t *file; /* File new group will be in */
+ H5F_t *file = NULL; /* File new group will be in */
unsigned stab_init=0; /* Flag to indicate that the symbol stable was created successfully */
H5G_t *ret_value; /* Return value */