X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/4b17d6b6e417f714551ec129064745ea9919780e..bd504ef0e0b883cdd7917b73b3574eb9ce669905:/pexpert/i386/pe_serial.c diff --git a/pexpert/i386/pe_serial.c b/pexpert/i386/pe_serial.c index fcff88b88..f056487a0 100644 --- a/pexpert/i386/pe_serial.c +++ b/pexpert/i386/pe_serial.c @@ -201,7 +201,6 @@ int serial_init( void ) void serial_putc( char c ) { uart_putc(c); - if (c == '\n') uart_putc('\r'); } int serial_getc( void )