summaryrefslogtreecommitdiff
path: root/src/gui_w32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-18 21:40:56 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-18 21:40:56 +0000
commit97b2ad35425fd589c4ff816d1f1161f2f7f6a93d (patch)
treea0fed79e1bd28b00c32554c62110903d49ac9b20 /src/gui_w32.c
parent658b74a7360cff23939dbf5075b8e18e38c77a81 (diff)
downloadvim-git-97b2ad35425fd589c4ff816d1f1161f2f7f6a93d.tar.gz
updated for version 7.0228
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c2
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; )