fix copy and paste error in regex code causing mishandling of \) in BRE
[musl] / src / locale / nl_langinfo_l.c
1 #include <locale.h>
2 #include <langinfo.h>
3
4 char *nl_langinfo_l(nl_item item, locale_t l)
5 {
6         return nl_langinfo(item);
7 }