summaryrefslogtreecommitdiff
path: root/framebuffer/gui.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 /framebuffer/gui.c
parentccc9ad969b61758184e1b9129ce257cdd7c7ab4e (diff)
parent6d3f5d2338e4fa9cd880ce70ba01f665918e663a (diff)
downloadnetsurf-6c466c985f3c39df995b886c2b95f307d1285045.tar.gz
netsurf-6c466c985f3c39df995b886c2b95f307d1285045.tar.bz2
Merge branch 'vince/llcache'
Diffstat (limited to 'framebuffer/gui.c')
-rw-r--r--framebuffer/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index a3c4d9c30..251326dc2 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -1837,7 +1837,7 @@ main(int argc, char** argv)
/* common initialisation */
messages = filepath_find(respaths, "Messages");
- ret = netsurf_init(messages);
+ ret = netsurf_init(messages, NULL);
free(messages);
if (ret != NSERROR_OK) {
die("NetSurf failed to initialise");