aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_unitconvert.c
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-11-07 14:06:05 +0100
committerKristian Evers <kristianevers@gmail.com>2017-11-07 15:53:31 +0100
commitdcd95c505ef188f268671495f7a9950c446d0e72 (patch)
tree1e2b8f51bdc68e1c887ff91149151e272ea169cd /src/PJ_unitconvert.c
parent7d0f1db924210fc69ba0408cb562de47b243d831 (diff)
downloadPROJ-dcd95c505ef188f268671495f7a9950c446d0e72.tar.gz
PROJ-dcd95c505ef188f268671495f7a9950c446d0e72.zip
Formally change the initialization type of the TRANSFORMATIONS and CONVERSIONS that are not PROJECTIONS
Diffstat (limited to 'src/PJ_unitconvert.c')
-rw-r--r--src/PJ_unitconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_unitconvert.c b/src/PJ_unitconvert.c
index d8901ee0..3a70903c 100644
--- a/src/PJ_unitconvert.c
+++ b/src/PJ_unitconvert.c
@@ -306,7 +306,7 @@ static PJ_COORD reverse_4d(PJ_COORD obs, PJ *P) {
/***********************************************************************/
-PJ *PROJECTION(unitconvert) {
+PJ *CONVERSION(unitconvert,0) {
/***********************************************************************/
struct pj_opaque_unitconvert *Q = pj_calloc (1, sizeof (struct pj_opaque_unitconvert));
char *s, *name;