diff options
Diffstat (limited to 'source/html')
-rw-r--r-- | source/html/html-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/html/html-layout.c b/source/html/html-layout.c index 96cb6453..1d9885b6 100644 --- a/source/html/html-layout.c +++ b/source/html/html-layout.c @@ -1286,7 +1286,7 @@ fz_draw_html(fz_context *ctx, fz_html *box, float page_top, float page_bot, fz_d static char *concat_text(fz_context *ctx, fz_xml *root) { - fz_xml *node; + fz_xml *node; int i = 0, n = 1; char *s; for (node = fz_xml_down(root); node; node = fz_xml_next(node)) |