summaryrefslogtreecommitdiff
path: root/windows/main.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-13 15:55:24 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-13 15:55:24 +0100
commit6c466c985f3c39df995b886c2b95f307d1285045 (patch)
treeec53707996fba31539e93bf19bfdc6b4ba3c84ba /windows/main.c
parentccc9ad969b61758184e1b9129ce257cdd7c7ab4e (diff)
parent6d3f5d2338e4fa9cd880ce70ba01f665918e663a (diff)
downloadnetsurf-6c466c985f3c39df995b886c2b95f307d1285045.tar.gz
netsurf-6c466c985f3c39df995b886c2b95f307d1285045.tar.bz2
Merge branch 'vince/llcache'
Diffstat (limited to 'windows/main.c')
-rw-r--r--windows/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/main.c b/windows/main.c
index 7cd6339d7..7ad3d8550 100644
--- a/windows/main.c
+++ b/windows/main.c
@@ -164,7 +164,7 @@ WinMain(HINSTANCE hInstance, HINSTANCE hLastInstance, LPSTR lpcli, int ncmd)
/* common initialisation */
messages = filepath_find(respaths, "messages");
- ret = netsurf_init(messages);
+ ret = netsurf_init(messages, NULL);
free(messages);
if (ret != NSERROR_OK) {
free(options_file_location);