projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e3cda6
)
fix typo in comment
author
Daniel Baston
<dbaston@gmail.com>
Sun, 13 Mar 2016 22:25:39 +0000
(22:25 +0000)
committer
Daniel Baston
<dbaston@gmail.com>
Sun, 13 Mar 2016 22:25:39 +0000
(22:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14785
b70326c6
-7e19-0410-871a-
916f4a2858ee
liblwgeom/liblwgeom.h.in
patch
|
blob
|
history
diff --git
a/liblwgeom/liblwgeom.h.in
b/liblwgeom/liblwgeom.h.in
index 79b1ca4fab4a0581b2a8143e41bd77de78d2e0c3..1066ec65894d037a8a597b152ba8bc5492f9eb7f 100644
(file)
--- a/
liblwgeom/liblwgeom.h.in
+++ b/
liblwgeom/liblwgeom.h.in
@@
-884,7
+884,7
@@
extern POINTARRAY* ptarray_construct_empty(char hasz, char hasm, uint32_t maxpoi
/**
* Append a point to the end of an existing #POINTARRAY
-* If allow_duplicate is LW_
TRU
E, then a duplicate point will
+* If allow_duplicate is LW_
FALS
E, then a duplicate point will
* not be added.
*/
extern int ptarray_append_point(POINTARRAY *pa, const POINT4D *pt, int allow_duplicates);