diff options
Diffstat (limited to 'console.c')
-rw-r--r-- | console.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -255,7 +255,6 @@ console_read(int minor, char *dst, int n) break; } *dst++ = c; - cons_putc(c); --n; if(c == '\n') break; |