From 0af138172d062b90b1274d8eec99f0541a945793 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 1 Feb 2010 18:24:09 +0000 Subject: [PATCH] Silence 'no-eol' compiler warning. git-svn-id: http://svn.osgeo.org/postgis/trunk@5184 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/geography_btree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postgis/geography_btree.c b/postgis/geography_btree.c index 2d442cd43..32980c655 100644 --- a/postgis/geography_btree.c +++ b/postgis/geography_btree.c @@ -255,4 +255,5 @@ Datum geography_cmp(PG_FUNCTION_ARGS) PG_RETURN_INT32(-1); -} \ No newline at end of file +} + -- 2.50.1