mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
Fix compile warning
svn path=/trunk/netsurf/; revision=4757
This commit is contained in:
parent
9ba20a6eec
commit
a71e44a6e7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user