fix for err blank line removal
This commit is contained in:
committed by
Oliver Schmidt
parent
fa27c9dfc6
commit
59ab140dc9
@@ -176,4 +176,5 @@ typedef void graphicStr;
|
|||||||
/* ESC_PUTSTRING can't be implemented - it needs text, not pointer to it
|
/* 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
|
#define ESC_PUTSTRING(x,y,text) (char)6, (unsigned)(x), (char)(y), (text), (char)NULL
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user