From: Paul Ramsey Date: Mon, 1 Feb 2010 18:24:09 +0000 (+0000) Subject: Silence 'no-eol' compiler warning. X-Git-Tag: 1.5.0~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0af138172d062b90b1274d8eec99f0541a945793;p=postgis Silence 'no-eol' compiler warning. git-svn-id: http://svn.osgeo.org/postgis/trunk@5184 b70326c6-7e19-0410-871a-916f4a2858ee --- 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 +} +