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

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;