diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-05-07 00:16:26 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-05-07 00:16:26 +0000 |
commit | b38e7f86de9473818d5d0fb800791c3ef591a9d6 (patch) | |
tree | 52a77406b9a3cc6cd49a4169fa410c54ec6912bb /sys/dev/wscons/wsdisplay.c | |
parent | b868e8508017de35b3952c6d3b2426ac6dbdcae5 (diff) |
remove a surplus tab
from miod@
Diffstat (limited to 'sys/dev/wscons/wsdisplay.c')
-rw-r--r-- | sys/dev/wscons/wsdisplay.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wsdisplay.c b/sys/dev/wscons/wsdisplay.c index 9edb0d10ed5..9e7df4b852f 100644 --- a/sys/dev/wscons/wsdisplay.c +++ b/sys/dev/wscons/wsdisplay.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsdisplay.c,v 1.121 2014/10/27 13:55:05 mpi Exp $ */ +/* $OpenBSD: wsdisplay.c,v 1.122 2015/05/07 00:16:25 jsg Exp $ */ /* $NetBSD: wsdisplay.c,v 1.82 2005/02/27 00:27:52 perry Exp $ */ /* @@ -3268,7 +3268,7 @@ allocate_copybuffer(struct wsdisplay_softc *sc) current = *screens_list; if ((current->ncols + 1) * current->nrows > size) size = (current->ncols + 1) * current->nrows; - screens_list++; + screens_list++; } if (size != sc->sc_copybuffer_size && sc->sc_copybuffer_size != 0) { bzero(sc->sc_copybuffer, sc->sc_copybuffer_size); |