shithub: choc

Download patch

ref: 3fd5eed6b04ec05e0c560f68ba8fd9b1033a48a5
parent: de175686e6831c7aeff6cad874de873dbc1d15a6
author: Mike Swanson <mikeonthecomputer@gmail.com>
date: Sat Mar 17 06:29:12 EDT 2018

Add a const for TXT_SelectFile in the Windows build too

--- a/textscreen/txt_fileselect.c
+++ b/textscreen/txt_fileselect.c
@@ -155,7 +155,7 @@
     return 0;
 }
 
-char *TXT_SelectFile(char *window_title, char **extensions)
+char *TXT_SelectFile(const char *window_title, char **extensions)
 {
     return NULL;
 }