Fix compile warning

svn path=/trunk/netsurf/; revision=4757
This commit is contained in:
Rob Kendrick 2008-07-26 18:05:59 +00:00
parent 9ba20a6eec
commit a71e44a6e7

View File

@ -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;