aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/PJ_imw_p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_imw_p.c b/src/PJ_imw_p.c
index b3ca185e..5d37b16d 100644
--- a/src/PJ_imw_p.c
+++ b/src/PJ_imw_p.c
@@ -95,7 +95,7 @@ static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */
LP lp = {0.0,0.0};
struct pj_opaque *Q = P->opaque;
XY t;
- double yc;
+ double yc = 0.0;
lp.phi = Q->phi_2;
lp.lam = xy.x / cos(lp.phi);