From 233904c7ed17002b434aa9c312976f2d4dfc08d9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 23 Jan 2014 00:09:59 +0000 Subject: fix build faliures from fetch table operation refactor --- windows/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') diff --git a/windows/main.c b/windows/main.c index ac5231e07..94e0eee2e 100644 --- a/windows/main.c +++ b/windows/main.c @@ -112,7 +112,7 @@ WinMain(HINSTANCE hInstance, HINSTANCE hLastInstance, LPSTR lpcli, int ncmd) .download = win32_download_table, .fetch = win32_fetch_table, }; - win32_browser_table->get_resource_url = gui_get_resource_url; + win32_fetch_table->get_resource_url = gui_get_resource_url; if (SLEN(lpcli) > 0) { argvw = CommandLineToArgvW(GetCommandLineW(), &argc); -- cgit v1.2.3