1
0
forked from aniani/vim

updated for version 7.2-172

This commit is contained in:
Bram Moolenaar
2009-05-14 20:01:05 +00:00
parent 985cb44573
commit d30f9d92c4
2 changed files with 4 additions and 2 deletions

View File

@@ -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;