summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
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;