diff options
-rw-r--r-- | lib/libncp/ncpl_nls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncp/ncpl_nls.c b/lib/libncp/ncpl_nls.c index 3d0aec3..68fae01 100644 --- a/lib/libncp/ncpl_nls.c +++ b/lib/libncp/ncpl_nls.c @@ -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; |