summaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-09 21:08:57 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-09 21:08:57 +0000
commit35fdbb540aa6f7572557cd88b21c5ee2e9c8c70e (patch)
tree2ee9f79196afa6f3b737e463c767ccd70f5d311a /src/os_unix.c
parenta466c99842c4b482c847b6336aae458509963dcd (diff)
downloadvim-git-35fdbb540aa6f7572557cd88b21c5ee2e9c8c70e.tar.gz
updated for version 7.0106
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
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