Fixes.
h3rald h3rald@h3rald.com
Wed, 03 Dec 2025 21:33:18 +0000
2 files changed,
2 insertions(+),
3 deletions(-)
M
devices/console.c
→
devices/console.c
@@ -23,7 +23,6 @@ (void)error;
switch (addr) { case XYW_CONSOLE_OUTPUT: - printf(" "); fputc(val, stdout); fflush(stdout); break;