Fixed error

This commit is contained in:
Alexey Milovidov 2020-03-18 15:14:10 +03:00
parent 1bd7e594b0
commit cf1a8bc36e

View File

@ -77,6 +77,7 @@ static int wcwidth(wchar_t wc)
case widechar_nonprint:
case widechar_combining:
case widechar_unassigned:
return 0;
case widechar_ambiguous:
case widechar_private_use:
case widechar_widened_in_9: