summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monkey/browser.c2
1 files changed, 1 insertions, 1 deletions
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;
}