aboutsummaryrefslogtreecommitdiff
path: root/src/pj_inv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pj_inv.c')
-rw-r--r--src/pj_inv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_inv.c b/src/pj_inv.c
index d77b4e56..711a0005 100644
--- a/src/pj_inv.c
+++ b/src/pj_inv.c
@@ -20,7 +20,7 @@ pj_inv(XY xy, PJ *P) {
xy.x = (xy.x * P->to_meter - P->x0) * P->ra; /* descale and de-offset */
xy.y = (xy.y * P->to_meter - P->y0) * P->ra;
- //Check for NULL pointer
+ /* Check for NULL pointer */
if (P->inv != NULL)
{
lp = (*P->inv)(xy, P); /* inverse project */