WcWidth.c: fix 2nd typo

This commit is contained in:
Lucy Phipps 2022-12-16 07:01:40 +00:00 committed by agnostic-apollo
parent fc8245bba3
commit 6ece249c03
No known key found for this signature in database
GPG key ID: BCCC0287E9DCCAED

View file

@ -13,7 +13,7 @@ package com.termux.terminal;
*/ */
public final class WcWidth { public final class WcWidth {
// From https://github.com/jquast/wcwidth/blob/master/wcwidth/table_wide.py // From https://github.com/jquast/wcwidth/blob/master/wcwidth/table_zero.py
// from https://github.com/jquast/wcwidth/pull/64 // from https://github.com/jquast/wcwidth/pull/64
// at commit 1b9b6585b0080ea5cb88dc9815796505724793fe (2022-12-16): // at commit 1b9b6585b0080ea5cb88dc9815796505724793fe (2022-12-16):
private static final int[][] ZERO_WIDTH = { private static final int[][] ZERO_WIDTH = {