From 3055361c2a022c9ac9ae42ac88c00e3055498a0d Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 23 Oct 2016 12:12:50 +0300 Subject: Remove trailing whitespace everywhere. Fix Unicode into ASCII. --- regcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regcomp.c') diff --git a/regcomp.c b/regcomp.c index b19c2f95..5ac53701 100644 --- a/regcomp.c +++ b/regcomp.c @@ -216,7 +216,7 @@ static const size_t __re_error_msgid_idx[] = #ifndef HAVE_BTOWC -wchar_t +wchar_t btowc (int c) { wchar_t wtmp[2]; -- cgit v1.2.3