mirror of git://sourceware.org/git/glibc.git
tests-mbwc/tst_funcs.h: Fix typo
Signed-off-by: Alejandro Colomar <alx@kernel.org> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
4ae9b66048
commit
3746668bcf
|
|
@ -128,6 +128,6 @@ TST_WCSCMP tst_wcscmp_loc [] = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
{ Twcschr, TST_LOC_end}
|
{ Twcscmp, TST_LOC_end}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue