Fix gui_window_drag_start

svn path=/trunk/netsurf/; revision=13418
This commit is contained in:
John Mark Bell 2012-02-05 08:16:41 +00:00
parent 132ebb7dd9
commit b75a3960fc
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ bool
gui_window_drag_start(struct gui_window *g, gui_drag_type type,
const struct rect *rect)
{
fprintf(stdout, "WINDOW SCROLL_START WIN %u TYPE %i\n);
fprintf(stdout, "WINDOW SCROLL_START WIN %u TYPE %i\n", g->win_num, type);
return false;
}