diff options
| author | Boris Popov <bp@FreeBSD.org> | 2000-01-29 02:10:37 +0000 |
|---|---|---|
| committer | Boris Popov <bp@FreeBSD.org> | 2000-01-29 02:10:37 +0000 |
| commit | 2fe1597cc6f4dfdd62a0f0d49fe04945e670e652 (patch) | |
| tree | 7b27be329cf7d6a969300946c78cecd639febe3d | |
| parent | 9093cddf8f5926362b2cad8004446ffcd65065b4 (diff) | |
Notes
| -rw-r--r-- | sys/netncp/ncp_nls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netncp/ncp_nls.c b/sys/netncp/ncp_nls.c index 0c4de6c01780..3c7892f524e3 100644 --- a/sys/netncp/ncp_nls.c +++ b/sys/netncp/ncp_nls.c @@ -50,7 +50,7 @@ static u_char ncp_u2n[256] = { 0x20, 0x21, 0x00, 0x23, 0x24, 0x25, 0x26, 0x27, /* 0x20 */ 0x28, 0x29, 0x00, 0x00, 0x00, 0x2d, 0x2e, 0x00, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, /* 0x30 */ - 0x38, 0x39, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x38, 0x39, 0x00, 0x00, 0x00, 0x3d, 0x00, 0x00, 0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, /* 0x40 */ 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, /* 0x50 */ |
