From a71e44a6e7328b86befcca21c924670c637464d7 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sat, 26 Jul 2008 18:05:59 +0000 Subject: Fix compile warning svn path=/trunk/netsurf/; revision=4757 --- render/loosen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render') diff --git a/render/loosen.c b/render/loosen.c index 91c4056ef..5686d5a3b 100644 --- a/render/loosen.c +++ b/render/loosen.c @@ -101,7 +101,7 @@ bool loosen_document_layout(struct content *content, struct box *layout, */ bool loosen_text(struct box *text, int width, struct content *content) { - unsigned int offset; + size_t offset; int actual_x; int *breaks; -- cgit v1.2.3