From 2ad41a78c4501b2b17903bcd259b5b12a85d7dc2 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 25 Oct 2014 15:52:10 +0100 Subject: Returns bool, not void --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amiga/gui.c b/amiga/gui.c index 77b64a6b5..eb554989b 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -2537,7 +2537,7 @@ static bool ami_gui_vscroll_add(struct gui_window_2 *gwin) } /* Remove the vertical scroller, if present */ -static void ami_gui_vscroll_remove(struct gui_window_2 *gwin) +static bool ami_gui_vscroll_remove(struct gui_window_2 *gwin) { if(gwin->objects[GID_VSCROLL] == NULL) return false; -- cgit v1.2.3