summaryrefslogtreecommitdiffstats
path: root/src/H5FDfamily.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDfamily.c')
-rw-r--r--src/H5FDfamily.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDfamily.c b/src/H5FDfamily.c
index fab72f6..d04c9ab 100644
--- a/src/H5FDfamily.c
+++ b/src/H5FDfamily.c
@@ -642,7 +642,7 @@ static haddr_t
H5FD_family_get_eof(H5FD_t *_file)
{
H5FD_family_t *file = (H5FD_family_t*)_file;
- haddr_t eof;
+ haddr_t eof=0;
int i;
/*