diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-09 21:08:57 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-09 21:08:57 +0000 |
commit | 35fdbb540aa6f7572557cd88b21c5ee2e9c8c70e (patch) | |
tree | 2ee9f79196afa6f3b737e463c767ccd70f5d311a /src/os_unix.c | |
parent | a466c99842c4b482c847b6336aae458509963dcd (diff) | |
download | vim-git-35fdbb540aa6f7572557cd88b21c5ee2e9c8c70e.tar.gz |
updated for version 7.0106
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index c269e8779..ce30a2db9 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -4432,7 +4432,7 @@ RealWaitForChar(fd, msec, check_for_gpm) #endif #ifdef MAY_LOOP - while (1) + for (;;) #endif { #ifdef MAY_LOOP |