diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2004-03-14 05:19:38 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2004-03-14 05:19:38 +0000 |
| commit | 1669fd499dae2fe6195a2fd97e75d17fcb29b7a5 (patch) | |
| tree | 5c406acc74e9cef717767c7ecf5094543728e77a /lib/libncp | |
| parent | 332e23ebbee6a7388e46763a52fb815e91d67a5e (diff) | |
Notes
Diffstat (limited to 'lib/libncp')
| -rw-r--r-- | lib/libncp/ncpl_nls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncp/ncpl_nls.c b/lib/libncp/ncpl_nls.c index 3d0aec366d44..68fae017bff9 100644 --- a/lib/libncp/ncpl_nls.c +++ b/lib/libncp/ncpl_nls.c @@ -228,7 +228,7 @@ static struct ncp_nlsdesc ncp_nlslist[] = { {NCP_NLS_SE, NCP_NLS_SE_NAME, {def2lower, def2upper, se_nw2unix, se_unix2nw, 0} }, - {NULL, 0} + {0} }; struct ncp_nlstables ncp_nls; |
