From fb1120c21294c6c8d53df5585bcd9e668f812e04 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Jan 2014 15:00:43 +0000 Subject: fix windows build error --- windows/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/gui.c') diff --git a/windows/gui.c b/windows/gui.c index 40124671d..f476c5ae9 100644 --- a/windows/gui.c +++ b/windows/gui.c @@ -1875,7 +1875,7 @@ static struct gui_clipboard_table clipboard_table = { struct gui_clipboard_table *win32_clipboard_table = &clipboard_table; -static struct gui_table browser_table = { +static struct gui_browser_table browser_table = { .poll = gui_poll, .filename_from_path = filename_from_path, .path_add_part = path_add_part, -- cgit v1.2.3