summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index 22fc7ea..7267461 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -455,7 +455,7 @@ H5close (void)
int
HDfprintf (FILE *stream, const char *fmt, ...)
{
- int n, nout = 0;
+ int n=0, nout = 0;
int fwidth, prec;
int zerofill;
int leftjust;