commit 3fd5eed6b04ec05e0c560f68ba8fd9b1033a48a5
Author: Mike Swanson <mikeonthecomputer@gmail.com>
AuthorDate: Sat Mar 17 10:29:12 2018 -0700
Commit: Mike Swanson <mikeonthecomputer@gmail.com>
CommitDate: Sat Mar 17 10:29:12 2018 -0700
Add a const for TXT_SelectFile in the Windows build too
---
textscreen/txt_fileselect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/textscreen/txt_fileselect.c b/textscreen/txt_fileselect.c
index 89934375..8420a3ae 100644
--- a/textscreen/txt_fileselect.c
+++ b/textscreen/txt_fileselect.c
@@ -155,7 +155,7 @@ int TXT_CanSelectFiles(void)
return 0;
}
-char *TXT_SelectFile(char *window_title, char **extensions)
+char *TXT_SelectFile(const char *window_title, char **extensions)
{
return NULL;
}