diff options
-rw-r--r-- | pango/pango-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index 2a7dd541..b353d8ef 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -853,7 +853,7 @@ update_end (ItemizeState *state) * * https://bugzilla.gnome.org/show_bug.cgi?id=705727 */ -gboolean +static gboolean width_iter_iswide (gunichar ch) { if ((0x1100u <= ch && ch <= 0x11FFu) || |