commit | d30f9d92c4e03fd1a132e3440253eb92b5c7b3e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 14 20:01:05 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 14 20:01:05 2009 +0000 |
tree | 30dc00b942144d1bcc454821acb6607b4dd8efd9 | |
parent | 985cb4457325915f4b0535986f7389843e959328 [diff] [blame] |
updated for version 7.2-172
diff --git a/src/os_mswin.c b/src/os_mswin.c index 60c5a81..94cf3a9 100644 --- a/src/os_mswin.c +++ b/src/os_mswin.c
@@ -1227,8 +1227,8 @@ * 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;