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 9740fe8f1d5..eeacf65bd5c 100644
--- a/src/bidi.c
+++ b/src/bidi.c
@@ -1520,7 +1520,7 @@ bidi_level_of_next_char (struct bidi_it *bidi_it)
1520 bidi_check_type (bidi_it->type); 1520 bidi_check_type (bidi_it->type);
1521 1521
1522 /* For L1 below, we need to know, for each WS character, whether 1522 /* For L1 below, we need to know, for each WS character, whether
1523 it belongs to a sequence of WS characters preceeding a newline 1523 it belongs to a sequence of WS characters preceding a newline
1524 or a TAB or a paragraph separator. */ 1524 or a TAB or a paragraph separator. */
1525 if (bidi_it->orig_type == NEUTRAL_WS 1525 if (bidi_it->orig_type == NEUTRAL_WS
1526 && bidi_it->next_for_ws.type == UNKNOWN_BT) 1526 && bidi_it->next_for_ws.type == UNKNOWN_BT)