Fixed a misspelling of 0 as NULL. Removed a spelling of NULL as 0.
This commit is contained in:
parent
7210351b43
commit
6ef6df415f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user