From: Scott Hutter Date: Sun, 30 Dec 2018 17:48:16 +0000 (-0600) Subject: fix for err blank line removal X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=59ab140dc91be605a63fcacd7362d6357be3ba30;p=cc65 fix for err blank line removal --- 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