diff options
author | 2001-08-14 19:47:59 +0000 | |
---|---|---|
committer | 2001-08-14 19:47:59 +0000 | |
commit | bed5f3f19df0b24f46597cb9a76477392dde4254 (patch) | |
tree | 2c04f65aa92448bf6bda367334b609e04ad7ccd9 | |
parent | Print the correct fields in a debug message. (cut'n'paste bug) (diff) | |
download | wireguard-openbsd-bed5f3f19df0b24f46597cb9a76477392dde4254.tar.xz wireguard-openbsd-bed5f3f19df0b24f46597cb9a76477392dde4254.zip |
One char was wrong. -moj
-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 |