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

This commit is contained in:
bde 2004-03-14 05:19:38 +00:00
parent 7210351b43
commit 6ef6df415f

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;