From 88ae1ff267c541ded537672ac7b7f29308ad701d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 2 Jun 2016 00:44:20 +0100 Subject: Ensure variables are declared correctly --- frontends/amiga/history_local.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/amiga/history_local.c') diff --git a/frontends/amiga/history_local.c b/frontends/amiga/history_local.c index e7171e2b2..e08349616 100755 --- a/frontends/amiga/history_local.c +++ b/frontends/amiga/history_local.c @@ -57,7 +57,7 @@ #include "amiga/gui.h" #include "amiga/history_local.h" -void ami_history_update_extent(struct history_window *hw); +static void ami_history_update_extent(struct history_window *hw); HOOKF(void, ami_history_scroller_hook, Object *, object, struct IntuiMessage *); /** @@ -295,7 +295,7 @@ BOOL ami_history_event(struct history_window *hw) return FALSE; } -void ami_history_update_extent(struct history_window *hw) +static void ami_history_update_extent(struct history_window *hw) { struct IBox *bbox; int width, height; -- cgit v1.2.3