summaryrefslogtreecommitdiff
path: root/src/if_cscope.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-05-16 14:16:02 +0000
committerBram Moolenaar <Bram@vim.org>2009-05-16 14:16:02 +0000
commit856b9fef3a20557b100202efd3610f26cec5bb71 (patch)
tree1f8cf5a868a7ce733b2b06b94ceb7d1a330c58bf /src/if_cscope.c
parent78a1531005adc6bfe435ee2b9207864688bea7e9 (diff)
downloadvim-git-856b9fef3a20557b100202efd3610f26cec5bb71.tar.gz
updated for version 7.2-175v7.2.175
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r--src/if_cscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c
index 1b0a8cdad..b0c474ed5 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -994,7 +994,7 @@ err_closing:
vim_free(ppath);
#if defined(UNIX)
- if (execl("/bin/sh", "sh", "-c", cmd, NULL) == -1)
+ if (execl("/bin/sh", "sh", "-c", cmd, (char *)NULL) == -1)
PERROR(_("cs_create_connection exec failed"));
exit(127);