summaryrefslogtreecommitdiff
path: root/include/mupdf/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/html.h')
-rw-r--r--include/mupdf/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h
index 259333a4..dd58b814 100644
--- a/include/mupdf/html.h
+++ b/include/mupdf/html.h
@@ -207,7 +207,7 @@ struct fz_html_box_s
float em;
fz_html_box *up, *down, *last, *next;
fz_html_flow *flow_head, **flow_tail;
- char *a_href;
+ char *id, *href;
fz_css_style style;
};