X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..c18c124eaa464aaaa5549e99e5a70fc9cbb50944:/pexpert/i386/pe_serial.c?ds=inline diff --git a/pexpert/i386/pe_serial.c b/pexpert/i386/pe_serial.c index cba4e1b59..f056487a0 100644 --- a/pexpert/i386/pe_serial.c +++ b/pexpert/i386/pe_serial.c @@ -198,11 +198,9 @@ int serial_init( void ) return 1; } - void serial_putc( char c ) { uart_putc(c); - if (c == '\n') uart_putc('\r'); } int serial_getc( void )