aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2008-03-17 18:22:23 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2008-03-17 18:22:23 +0000
commit59e77816137c3d1ff2229623d8385e91e99af375 (patch)
treeacd5d54843c10379a2d9a3a5eec6902e2a6ac3cd /lib
parentad97d96c40343db35d8a4d730ed32f37c139eab2 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/wctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/wctype.c b/lib/libc/locale/wctype.c
index f9aa8dd2fe48..f94a735d4e9c 100644
--- a/lib/libc/locale/wctype.c
+++ b/lib/libc/locale/wctype.c
@@ -42,7 +42,7 @@ iswctype(wint_t wc, wctype_t charclass)
wctype_t
wctype(const char *property)
{
- struct {
+ static const struct {
const char *name;
wctype_t mask;
} props[] = {