summaryrefslogtreecommitdiffstats
path: root/src/dosinst.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-16 15:06:59 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-16 15:06:59 +0100
commit6aa2cd4be287f35f95f35c2cec6d5a24f53c4d3c (patch)
treed2277cebb1354524326ac1333b3bd47f7453c456 /src/dosinst.h
parentf8df7addc5f741c16fa2a458f8777ac1fdf2e01e (diff)
patch 7.4.1334v7.4.1334
Problem: Many compiler warnings with MingW. Solution: Add type casts. (Yasuhiro Matsumoto)
Diffstat (limited to 'src/dosinst.h')
-rw-r--r--src/dosinst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosinst.h b/src/dosinst.h
index b33426ad78..97d83d9700 100644
--- a/src/dosinst.h
+++ b/src/dosinst.h
@@ -452,7 +452,7 @@ run_command(char *cmd)
/*
* Append a backslash to "name" if there isn't one yet.
*/
- static void
+ void
add_pathsep(char *name)
{
int len = strlen(name);