Fixed a misspelling of 0 as NULL. Removed a spelling of NULL as 0.

This commit is contained in:
Bruce Evans 2004-03-14 05:19:38 +00:00
parent 332e23ebbe
commit 1669fd499d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126950

View file

@ -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;