From b7fbfb7f478905d9f8778d272861b501b9f88d2a Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 25 Jun 2013 01:17:20 +0200 Subject: =?UTF-8?q?Aaaand=20that=E2=80=99s=20static?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pooptmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pooptmodule.c') diff --git a/src/pooptmodule.c b/src/pooptmodule.c index b45f49a0..364d568f 100644 --- a/src/pooptmodule.c +++ b/src/pooptmodule.c @@ -25,7 +25,7 @@ PyObject *ErrorObject; return 1 instead because this is by far the most probable real value. As for \n, \t and their friends, they are not supposed to be passed in this function, ever. */ -int xwcwidth(wchar_t c) +static int xwcwidth(wchar_t c) { const int res = wcwidth(c); if (res == -1) -- cgit v1.2.3