From 5733c99ba1b56408b24db331457a7a51209f6c74 Mon Sep 17 00:00:00 2001 From: Sebastian Bauer Date: Tue, 27 Mar 2018 20:00:28 +0200 Subject: [PATCH] Fix wcspbrk() definition to match the prototype. --- library/wchar_wcspbrk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/wchar_wcspbrk.c b/library/wchar_wcspbrk.c index 75bd74a..83897a4 100644 --- a/library/wchar_wcspbrk.c +++ b/library/wchar_wcspbrk.c @@ -37,7 +37,7 @@ /****************************************************************************/ -wchar_t +wchar_t * wcspbrk(const wchar_t *s, const wchar_t *set) { /* ZZZ unimplemented */