From 692d4a328c7ba7cbf13c66c5da67ac1e9bb323b2 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 5 Jan 2014 17:21:59 +0000 Subject: Fix some log statements --- atari/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari') diff --git a/atari/gui.c b/atari/gui.c index 3b3e98943..e02c5434a 100644 --- a/atari/gui.c +++ b/atari/gui.c @@ -1101,7 +1101,7 @@ static void gui_init2(int argc, char** argv) void gui_file_gadget_open(struct gui_window *g, hlcache_handle *hl, struct form_control *gadget) { - LOG(("File open dialog rquest for %p/%p", bw, gadget)); + LOG(("File open dialog rquest for %p/%p", g, gadget)); /* browser_window_set_gadget_filename(bw, gadget, "filename"); */ } -- cgit v1.2.3