summaryrefslogtreecommitdiff
path: root/src/gui_w32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-24 16:27:46 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-24 16:27:46 +0100
commit091806d6f0f0481b88daa7d3a24006e54c25cd6f (patch)
treeed1848741ac3469d35d35457ee7a809a434752f3 /src/gui_w32.c
parent9e79ccbe9ce6fce18939c7ac2e5ad059a3bd1951 (diff)
downloadvim-git-091806d6f0f0481b88daa7d3a24006e54c25cd6f.tar.gz
patch 8.1.0808: MS-Windows: build error with GUIv8.1.0808
Problem: MS-Windows: build error with GUI. Solution: Remove "static".
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 197c8f4d1..c5e58790d 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -3552,7 +3552,7 @@ convert_filterW(char_u *s)
* initdir - directory in which to open the browser (NULL = current dir)
* filter - Filter for matched files to choose from.
*/
- static char_u *
+ char_u *
gui_mch_browse(
int saving,
char_u *title,