Aaaand that’s static
This commit is contained in:
parent
1d9d085d15
commit
b7fbfb7f47
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue