From a2247a75a3dab9d583617299a88d0e76c923f83b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Jan 2014 13:24:14 +0000 Subject: cleanup copyright headers and some doc comments --- framebuffer/gui.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'framebuffer') 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. -- cgit v1.2.3