summaryrefslogtreecommitdiff
path: root/windows/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/gui.c')
-rw-r--r--windows/gui.c2
1 files changed, 1 insertions, 1 deletions
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,