summaryrefslogtreecommitdiff
path: root/src/os_mswin.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-05-14 20:01:05 +0000
committerBram Moolenaar <Bram@vim.org>2009-05-14 20:01:05 +0000
commitd30f9d92c4e03fd1a132e3440253eb92b5c7b3e4 (patch)
tree30dc00b942144d1bcc454821acb6607b4dd8efd9 /src/os_mswin.c
parent985cb4457325915f4b0535986f7389843e959328 (diff)
downloadvim-d30f9d92c4e03fd1a132e3440253eb92b5c7b3e4.zip
updated for version 7.2-172
Diffstat (limited to 'src/os_mswin.c')
-rw-r--r--src/os_mswin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os_mswin.c b/src/os_mswin.c
index 60c5a81a7..94cf3a962 100644
--- a/src/os_mswin.c
+++ b/src/os_mswin.c
@@ -1227,8 +1227,8 @@ utf16_to_enc(short_u *str, int *lenp)
* Wait for another process to Close the Clipboard.
* Returns TRUE for success.
*/
- int
-vim_open_clipboard()
+ static int
+vim_open_clipboard(void)
{
int delay = 10;