1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

fix for err blank line removal

This commit is contained in:
Scott Hutter 2018-12-30 11:48:16 -06:00 committed by Oliver Schmidt
parent fa27c9dfc6
commit 59ab140dc9

View 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