s/int/size_t/

svn path=/trunk/netsurf/; revision=10562
This commit is contained in:
Michael Drake 2010-06-04 09:39:30 +00:00
parent b010a25771
commit 6c59c80ed5

View File

@ -831,7 +831,7 @@ size_t html_selection_drag_end(hlcache_handle *h, browser_mouse_state mouse,
int pixel_offset;
struct box *box;
int dx, dy;
int idx = 0;
size_t idx = 0;
box = box_pick_text_box(h, x, y, dir, &dx, &dy);
if (box) {