From 17a26919fe7070ea8c0ee134d99e43587a0df9d0 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 1 Feb 2019 11:21:30 +0100 Subject: Remove extreaneous semicolon --- src/4D_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/4D_api.cpp') diff --git a/src/4D_api.cpp b/src/4D_api.cpp index 15ac1e8a..b44cdf39 100644 --- a/src/4D_api.cpp +++ b/src/4D_api.cpp @@ -927,7 +927,7 @@ static PJ* add_coord_op_to_list(PJ_CONTEXT* ctx, PJ* op, } } return op; -}; +} /*****************************************************************************/ static PJ* create_operation_to_base_geog_crs(PJ_CONTEXT* ctx, PJ* crs) { -- cgit v1.2.3