summaryrefslogtreecommitdiff
path: root/source/html/html-imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/html/html-imp.h')
-rw-r--r--source/html/html-imp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/html/html-imp.h b/source/html/html-imp.h
index 7ed4341f..a272548c 100644
--- a/source/html/html-imp.h
+++ b/source/html/html-imp.h
@@ -200,7 +200,7 @@ struct fz_html_box_s
unsigned int is_first_flow : 1; /* for text-indent */
unsigned int markup_dir : 2;
unsigned int list_item : 27;
- float x, y, w, h; /* content */
+ float x, y, w, b; /* content */
float padding[4];
float margin[4];
float border[4];