mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Fixed a misspelling of 0 as NULL. Removed a spelling of NULL as 0.
This commit is contained in:
parent
332e23ebbe
commit
1669fd499d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126950
@ -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