From 338e61ad1b40110a70c4fb497b117bcb07548467 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 14 Aug 2017 12:36:38 -0700 Subject: [PATCH] Fix typo --- src/hb-buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-buffer.h b/src/hb-buffer.h index abb1ea38a..98f83ff52 100644 --- a/src/hb-buffer.h +++ b/src/hb-buffer.h @@ -490,7 +490,7 @@ typedef enum { /*< flags >*/ /* If the buffers have the same length, we compare them glyph-by-glyph * and report which aspect(s) of the glyph info/position are different. */ HB_BUFFER_DIFF_FLAG_CODEPOINT_MISMATCH = 0x0010, - HB_BUFFER_DIFF_FLAG_CLUSTER_MISMATCH = 0x0010, + HB_BUFFER_DIFF_FLAG_CLUSTER_MISMATCH = 0x0020, HB_BUFFER_DIFF_FLAG_MASK_MISMATCH = 0x0040, HB_BUFFER_DIFF_FLAG_POSITION_MISMATCH = 0x0080