From 945ec093cd4ddefab930239990564b12eb232153 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 8 Jun 2016 21:17:43 +0200 Subject: patch 7.4.1909 Problem: Doubled semicolons. Solution: Reduce to one. (Dominique Pelle) --- src/gui_w32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui_w32.c') diff --git a/src/gui_w32.c b/src/gui_w32.c index f6601dff7c..cf29b610c3 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -685,7 +685,7 @@ char_to_string(int ch, char_u *string, int slen, int had_alt) int i; #ifdef FEAT_MBYTE WCHAR wstring[2]; - char_u *ws = NULL;; + char_u *ws = NULL; if (os_version.dwPlatformId != VER_PLATFORM_WIN32_NT) { @@ -1873,7 +1873,7 @@ process_message(void) && (vk != VK_SPACE || !(GetKeyState(VK_MENU) & 0x8000))) { /* - * Behave as exected if we have a dead key and the special key + * Behave as expected if we have a dead key and the special key * is a key that would normally trigger the dead key nominal * character output (such as a NUMPAD printable character or * the TAB key, etc...). -- cgit v1.2.3