[pango] Fix a typo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Fix a typo
- Date: Wed, 10 Jul 2019 01:23:26 +0000 (UTC)
commit 956c361fde5175b19297c3eef48b7d13968efaab
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jul 9 21:23:02 2019 -0400
Fix a typo
pango/pango-layout.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 84f96a94..9e82459a 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -3443,7 +3443,7 @@ break_needs_hyphen (PangoLayout *layout,
ParaBreakState *state,
int num_chars)
{
- gunichar *ch;
+ gunichar ch;
if (state->start_offset + num_chars == 0)
return FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]