Changeset: 3dc4127045fc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3dc4127045fc
Modified Files:
        geom/monetdb5/geom.mal
Branch: default
Log Message:

Another missing ;


diffs (12 lines):

diff --git a/geom/monetdb5/geom.mal b/geom/monetdb5/geom.mal
--- a/geom/monetdb5/geom.mal
+++ b/geom/monetdb5/geom.mal
@@ -668,7 +668,7 @@ comment "Returns the number of interior 
 function NumInteriorRings(w:bat[:wkb]) :bat[:int];
        x := geom.NumRings(w, 0);
        return x;
-end NumInteriorRings
+end NumInteriorRings;
 function NRings(w:bat[:wkb]) :bat[:int];
        x := geom.NumRings(w, 1);
        return x;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to