diff --git a/pbl/console.c b/pbl/console.c index 3574753..4cefe748 100644 --- a/pbl/console.c +++ b/pbl/console.c @@ -32,7 +32,7 @@ while (*str) { if (*str == '\n') - putc_ll('\r'); + console_putc(CONSOLE_STDOUT, '\r'); console_putc(CONSOLE_STDOUT, *str); str++;