summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-02-23 21:52:18 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-02-24 13:25:27 +0100
commitad7828af74c2b9b1c3a224a48f2d1eecc3e23ceb (patch)
tree001e65bf929f19afe595b1c0a097f1d4fbdc8b01
parenta24dd0ec500ecdaf808822ab67c59213898c12f1 (diff)
downloadmupdf-ad7828af74c2b9b1c3a224a48f2d1eecc3e23ceb.tar.xz
html: Fix typo.
-rw-r--r--source/html/html-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/html/html-layout.c b/source/html/html-layout.c
index 8a7490c7..b0004b37 100644
--- a/source/html/html-layout.c
+++ b/source/html/html-layout.c
@@ -85,7 +85,7 @@ static fz_html_flow *add_flow(fz_context *ctx, fz_pool *pool, fz_html *top, fz_c
flow->type = type;
flow->expand = 0;
flow->char_r2l = BIDI_LEFT_TO_RIGHT;
- flow->block_r2l = BIDI_RIGHT_TO_LEFT;
+ flow->block_r2l = BIDI_LEFT_TO_RIGHT;
flow->markup_r2l = BIDI_NEUTRAL;
flow->style = style;
*top->flow_tail = flow;