diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-08-04 12:43:53 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-08-04 12:43:53 +0000 |
| commit | 4bd5585fbde1575b417a56f470b928f88842c44d (patch) | |
| tree | f175caa0ee027c4eb3812725cb817c0e85647bb2 /lib/libc | |
| parent | 4645079944183e75b2d56f8481c1b3a4b28b0975 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/wctype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/wctype.c b/lib/libc/locale/wctype.c index ac8386b2ce8a..5646de57f842 100644 --- a/lib/libc/locale/wctype.c +++ b/lib/libc/locale/wctype.c @@ -61,7 +61,7 @@ wctype(const char *property) { "ideogram", _CTYPE_I }, /* BSD extension */ { "special", _CTYPE_T }, /* BSD extension */ { "phonogram", _CTYPE_Q }, /* BSD extension */ - { NULL, 0L }, /* Default */ + { NULL, 0UL }, /* Default */ }; int i; |
