summaryrefslogtreecommitdiffstats
path: root/lib/libncp
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-03-14 05:19:38 +0000
committerbde <bde@FreeBSD.org>2004-03-14 05:19:38 +0000
commit76b946302c8928c38179cf60c7c3f5e5a30a3c33 (patch)
tree5c406acc74e9cef717767c7ecf5094543728e77a /lib/libncp
parent84f037f29fdabadcc4bda4ddc46b717a1a7682d9 (diff)
downloadFreeBSD-src-76b946302c8928c38179cf60c7c3f5e5a30a3c33.zip
FreeBSD-src-76b946302c8928c38179cf60c7c3f5e5a30a3c33.tar.gz
Fixed a misspelling of 0 as NULL. Removed a spelling of NULL as 0.
Diffstat (limited to 'lib/libncp')
-rw-r--r--lib/libncp/ncpl_nls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncp/ncpl_nls.c b/lib/libncp/ncpl_nls.c
index 3d0aec3..68fae01 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;
OpenPOWER on IntegriCloud