diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2001-08-14 19:48:00 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2001-08-14 19:48:00 +0000 |
commit | 3fad600be6e00480a3f36bc1b8e5a687cb858c37 (patch) | |
tree | ce7802799335f41b6ae5eb773f3d0d6fce037a1e /sys | |
parent | 0306b63645c25d8efd9500214f47130b8adf462a (diff) |
One char was wrong. -moj
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/wscons/wscons_gallant19.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wscons_gallant19.c b/sys/dev/wscons/wscons_gallant19.c index d54d53179c7..4924f131058 100644 --- a/sys/dev/wscons/wscons_gallant19.c +++ b/sys/dev/wscons/wscons_gallant19.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wscons_gallant19.c,v 1.2 2001/08/14 19:22:45 maja Exp $ */ +/* $OpenBSD: wscons_gallant19.c,v 1.3 2001/08/14 19:47:59 maja Exp $ */ /* $NetBSD: wscons_rfont.h,v 1.1 1998/03/22 14:24:02 drochner Exp $ */ /* @@ -1442,7 +1442,7 @@ static struct raster gallant19_220 = { 12, 22, 1, 1, gallant19_220_pixels, 0 }; static u_int32_t gallant19_221_pixels[] = { 0x00000000, - 0x19800000, 0x19800000, 0x00000000, 0x00000000, 0xf0700000, 0x60200000, + 0x01800000, 0x03000000, 0x06000000, 0x00000000, 0xf0700000, 0x60200000, 0x30400000, 0x18800000, 0x0d000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x0f000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 |