summaryrefslogtreecommitdiffstats
path: root/newlib/libm/math/erf_lgamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/math/erf_lgamma.c')
-rw-r--r--newlib/libm/math/erf_lgamma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/math/erf_lgamma.c b/newlib/libm/math/erf_lgamma.c
index 90cc5425d..3c6ba02af 100644
--- a/newlib/libm/math/erf_lgamma.c
+++ b/newlib/libm/math/erf_lgamma.c
@@ -151,7 +151,7 @@ static float zero= 0.0000000000e+00;
float x; int *signgamp;
#endif
{
- float t,y,z,nadj,p,p1,p2,p3,q,r,w;
+ float t,y,z,nadj = 0.0,p,p1,p2,p3,q,r,w;
__int32_t i,hx,ix;
GET_FLOAT_WORD(hx,x);