]> granicus.if.org Git - postgis/commitdiff
Quiet pedantic error
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 29 Jun 2015 18:56:14 +0000 (18:56 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 29 Jun 2015 18:56:14 +0000 (18:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13751 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwgeom_topo.c

index 41f6a68ccc3d72bf327bd8e1d5488563c59af8c7..892244ba6753ceb2778d5788682a98153e6197c5 100644 (file)
@@ -29,13 +29,13 @@ LWT_BE_IFACE* lwt_CreateBackendIface(const LWT_BE_DATA *data)
   iface->data = data;
   iface->cb = NULL;
   return iface;
-};
+}
 
 void lwt_BackendIfaceRegisterCallbacks(LWT_BE_IFACE *iface,
                                        const LWT_BE_CALLBACKS* cb)
 {
   iface->cb = cb;
-};
+}
 
 void lwt_FreeBackendIface(LWT_BE_IFACE* iface)
 {