summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-01-16 13:24:14 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-01-16 13:24:14 +0000
commita2247a75a3dab9d583617299a88d0e76c923f83b (patch)
treed74ec3acc0d024d10e8dd5dce14c80516bf489af /framebuffer/gui.c
parentd47fed45245ddcecfb69d1e951ce627bdb6a44ff (diff)
downloadnetsurf-a2247a75a3dab9d583617299a88d0e76c923f83b.tar.gz
netsurf-a2247a75a3dab9d583617299a88d0e76c923f83b.tar.bz2
cleanup copyright headers and some doc comments
Diffstat (limited to 'framebuffer/gui.c')
-rw-r--r--framebuffer/gui.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 76ed397d3..d89315957 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -1826,10 +1826,11 @@ static struct gui_window_table framebuffer_window_table = {
static struct gui_browser_table framebuffer_browser_table = {
.poll = gui_poll,
- .quit = gui_quit,
- .get_resource_url = gui_get_resource_url,
.filename_from_path = filename_from_path,
.path_add_part = path_add_part,
+
+ .quit = gui_quit,
+ .get_resource_url = gui_get_resource_url,
};
/** Entry point from OS.