diff --git a/monkey/browser.c b/monkey/browser.c index 5159b2f1a..265821cb7 100644 --- a/monkey/browser.c +++ b/monkey/browser.c @@ -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; }