From 197f6e34f8370b983411df93f539eb4fdf4295dd Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 24 Oct 2014 10:30:23 +0100 Subject: Fix wrap. --- framebuffer/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framebuffer') diff --git a/framebuffer/gui.h b/framebuffer/gui.h index b17792a10..0de1add69 100644 --- a/framebuffer/gui.h +++ b/framebuffer/gui.h @@ -68,7 +68,8 @@ struct gui_window { extern struct gui_window *window_list; -struct gui_localhistory *fb_create_localhistory(struct browser_window *bw, struct fbtk_widget_s *parent, int furniture_width); +struct gui_localhistory *fb_create_localhistory(struct browser_window *bw, + struct fbtk_widget_s *parent, int furniture_width); void fb_localhistory_map(struct gui_localhistory * glh); void gui_resize(struct fbtk_widget_s *root, int width, int height); -- cgit v1.2.3