]> git.sur5r.net Git - cc65/commitdiff
fix for err blank line removal
authorScott Hutter <scott.hutter@gmail.com>
Sun, 30 Dec 2018 17:48:16 +0000 (11:48 -0600)
committerOliver Schmidt <ol.sc@web.de>
Sun, 30 Dec 2018 17:57:46 +0000 (18:57 +0100)
include/geos/ggraph.h

index eb3ff81da92c8194380a86ec80be59b35d04577d..ec9fb0fa170ddd5f4690cf99f9d2e66c362fae88 100644 (file)
@@ -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