diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-18 21:40:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-18 21:40:56 +0000 |
commit | 97b2ad35425fd589c4ff816d1f1161f2f7f6a93d (patch) | |
tree | a0fed79e1bd28b00c32554c62110903d49ac9b20 /src/gui_w32.c | |
parent | 658b74a7360cff23939dbf5075b8e18e38c77a81 (diff) | |
download | vim-git-97b2ad35425fd589c4ff816d1f1161f2f7f6a93d.tar.gz |
updated for version 7.0228
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r-- | src/gui_w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c index 6e3608065..3c3d9949b 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -2063,7 +2063,7 @@ gui_mch_draw_string( int cw; /* width of current cell */ int c; - wlen = 0 + wlen = 0; clen = 0; cells = 0; for (i = 0; i < len; ) |