From 59ab140dc91be605a63fcacd7362d6357be3ba30 Mon Sep 17 00:00:00 2001 From: Scott Hutter Date: Sun, 30 Dec 2018 11:48:16 -0600 Subject: [PATCH] fix for err blank line removal --- include/geos/ggraph.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/geos/ggraph.h b/include/geos/ggraph.h index eb3ff81da..ec9fb0fa1 100644 --- a/include/geos/ggraph.h +++ b/include/geos/ggraph.h @@ -176,4 +176,5 @@ typedef void graphicStr; /* ESC_PUTSTRING can't be implemented - it needs text, not pointer to it #define ESC_PUTSTRING(x,y,text) (char)6, (unsigned)(x), (char)(y), (text), (char)NULL */ + #endif