summaryrefslogtreecommitdiff
path: root/textscreen/txt_fileselect.c
diff options
context:
space:
mode:
authorSimon Howard2014-08-17 18:21:33 -0400
committerSimon Howard2014-08-17 18:21:33 -0400
commit97f1de66497c1071ac138e0c63152267b9d2978f (patch)
tree766a50a3ac8b6e01c68738afb8b2e79e8b47818e /textscreen/txt_fileselect.c
parentecd13198300a4ff01662a622cd33fb936da73559 (diff)
parent85221618cc9e56b4fa30af66d58031c2fb599088 (diff)
downloadchocolate-doom-97f1de66497c1071ac138e0c63152267b9d2978f.tar.gz
chocolate-doom-97f1de66497c1071ac138e0c63152267b9d2978f.tar.bz2
chocolate-doom-97f1de66497c1071ac138e0c63152267b9d2978f.zip
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
Diffstat (limited to 'textscreen/txt_fileselect.c')
-rw-r--r--textscreen/txt_fileselect.c2
1 files changed, 1 insertions, 1 deletions
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)