From a65c101d4e5fdb2f29a84663fef330ac8aeca276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 19 Sep 2006 13:31:19 +0000 Subject: Finish the latest change - fix broken build for some platforms (BSD, Win, Solaris). CVS patchset: 8271 CVS date: 2006/09/19 13:31:19 --- lib/strpbrk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/strpbrk.c') diff --git a/lib/strpbrk.c b/lib/strpbrk.c index 557c1a57b..34c47fc48 100644 --- a/lib/strpbrk.c +++ b/lib/strpbrk.c @@ -1,7 +1,7 @@ #include /* Shamefully copied from glibc 2.2.3 */ -char *_xine_private_strpbrk(const char *s, const char *accept) { +char *xine_private_strpbrk(const char *s, const char *accept) { while(*s != '\0') { const char *a = accept; -- cgit v1.2.3