aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bidi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bidi.c b/src/bidi.c
index 76929b62198..186390e331b 100644
--- a/src/bidi.c
+++ b/src/bidi.c
@@ -2552,7 +2552,7 @@ bidi_resolve_brackets (struct bidi_it *bidi_it)
2552 2552
2553 /* Record the prev_for_neutral type either from the previous 2553 /* Record the prev_for_neutral type either from the previous
2554 character, if it was a strong or AN/EN, or from the 2554 character, if it was a strong or AN/EN, or from the
2555 prev_for_neutral information recvorded previously. */ 2555 prev_for_neutral information recorded previously. */
2556 if (bidi_it->type == STRONG_L || bidi_it->type == STRONG_R 2556 if (bidi_it->type == STRONG_L || bidi_it->type == STRONG_R
2557 || bidi_it->type == WEAK_AN || bidi_it->type == WEAK_EN) 2557 || bidi_it->type == WEAK_AN || bidi_it->type == WEAK_EN)
2558 bidi_remember_char (&tem_info, bidi_it, 1); 2558 bidi_remember_char (&tem_info, bidi_it, 1);