From 0d7f38c7513f3d8811b84e1b11b9686429f010f1 Mon Sep 17 00:00:00 2001 From: James Haley Date: Sat, 16 Aug 2014 17:30:00 -0500 Subject: Warning fixes (23 remain...) --- textscreen/txt_fileselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textscreen/txt_fileselect.c') diff --git a/textscreen/txt_fileselect.c b/textscreen/txt_fileselect.c index 9e535668..5d83c15c 100644 --- a/textscreen/txt_fileselect.c +++ b/textscreen/txt_fileselect.c @@ -666,7 +666,7 @@ static void TXT_FileSelectMousePress(TXT_UNCAST_ARG(fileselect), } } - return TXT_WidgetMousePress(fileselect->inputbox, x, y, b); + TXT_WidgetMousePress(fileselect->inputbox, x, y, b); } static void TXT_FileSelectFocused(TXT_UNCAST_ARG(fileselect), int focused) -- cgit v1.2.3