From a5bd3d112c126b3e59233aec7ff577d2feb19338 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 11 Oct 2012 20:13:38 +0100 Subject: fix warnings --- amiga/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 498e2707e..181bd4f3b 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -143,7 +143,7 @@ void ami_do_redraw_limits(struct gui_window *g, struct browser_window *bw, int x0, int y0, int x1, int y1); STRPTR ami_locale_langs(void); int ami_key_to_nskey(ULONG keycode, struct InputEvent *ie); -bool *ami_text_box_at_point(struct gui_window_2 *gwin, ULONG *x, ULONG *y); +bool ami_text_box_at_point(struct gui_window_2 *gwin, ULONG *x, ULONG *y); BOOL ami_gadget_hit(Object *obj, int x, int y); void ami_gui_history(struct gui_window_2 *gwin, bool back); -- cgit v1.2.3