diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-04-25 22:29:30 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-04-25 22:29:30 +0000 |
| commit | dcb0ae4ed8d8ff789903b161e53031f3f9280cc2 (patch) | |
| tree | 556cd5632da8c24c38015ac4c816c0cc5dc8d5a4 /lib/libc/locale/utf2.c | |
| parent | 859663719d47f9d552103f222429ecf7530c4240 (diff) | |
Notes
Diffstat (limited to 'lib/libc/locale/utf2.c')
| -rw-r--r-- | lib/libc/locale/utf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/utf2.c b/lib/libc/locale/utf2.c index c46dd93b6125..52b4cad0f40f 100644 --- a/lib/libc/locale/utf2.c +++ b/lib/libc/locale/utf2.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)utf2.c 8.1 (Berkeley) 6/4/93"; rune_t _UTF2_sgetrune __P((const char *, size_t, char const **)); int _UTF2_sputrune __P((rune_t, char *, size_t, char **)); -static _utf_count[16] = { +static int _utf_count[16] = { 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 2, 2, 3, 0, }; |
