diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-01-20 14:21:55 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-01-20 16:34:52 +0100 |
commit | 8fffb693819323722cd6f8cd94135546bfc39bca (patch) | |
tree | 587bb490de8a3a4b825bdcfb767df015454dfe29 /source/html/html-layout.c | |
parent | 201388486324758d08ab3b1be4cc0a84b8b1ae9a (diff) | |
download | mupdf-8fffb693819323722cd6f8cd94135546bfc39bca.tar.xz |
Various formatting cleanups.
Diffstat (limited to 'source/html/html-layout.c')
-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)) |