summaryrefslogtreecommitdiff
path: root/src/pooptmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pooptmodule.c')
-rw-r--r--src/pooptmodule.c2
1 files changed, 1 insertions, 1 deletions
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)