summaryrefslogtreecommitdiff
path: root/source/html/html-doc.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-11-26 13:36:38 +0100
committerTor Andersson <tor.andersson@artifex.com>2014-12-03 12:25:52 +0100
commitce6e762510c9232d2594bd8d302c6d63f56dcff6 (patch)
tree6ee6ffd749c794286de43068aa0156a94f0b2b06 /source/html/html-doc.c
parent3c88d1abef7ab287287a103fa617e50d54eece1d (diff)
downloadmupdf-ce6e762510c9232d2594bd8d302c6d63f56dcff6.tar.xz
html: Rename style, box and flow structs.
Diffstat (limited to 'source/html/html-doc.c')
-rw-r--r--source/html/html-doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/html/html-doc.c b/source/html/html-doc.c
index 11d21d56..531e61c4 100644
--- a/source/html/html-doc.c
+++ b/source/html/html-doc.c
@@ -13,7 +13,7 @@ struct html_document_s
fz_archive *zip;
fz_html_font_set *set;
float page_w, page_h, em;
- struct box *box;
+ fz_html_box *box;
};
static void