diff options
| author | Ahmad Khalifa <ahmadkhalifa570@gmail.com> | 2024-08-31 03:42:04 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-11-29 21:38:36 +0000 |
| commit | d4f9e326393e3298062a58338e2c94ef6baff8b5 (patch) | |
| tree | 4ccd2f7c5ec3c41e7c52c5875c3eb927e28c865c /sys | |
| parent | df79daa0fde87ac90d4d73604b98107009c9c1bf (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/subr_prf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index 5cfc92e9761a..131d5456d2f9 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -512,7 +512,7 @@ putchar(int c, void *arg) if ((flags & TOTTY) && tp != NULL && !KERNEL_PANICKED()) tty_putchar(tp, c); - if ((flags & TOCONS ) && cn_mute) { + if ((flags & TOCONS) && cn_mute) { flags &= ~TOCONS; ap->flags = flags; } |
