0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 7.4.1340

Problem:    Merge left extra #endif behind.
Solution:   Remove the #endif
This commit is contained in:
Bram Moolenaar
2016-02-16 20:31:31 +01:00
parent 418f81b5fa
commit 7d63f62460
2 changed files with 2 additions and 1 deletions

View File

@@ -353,7 +353,6 @@ wait_for_single_object(
return WaitForSingleObject(hHandle, dwMilliseconds);
}
# endif
#endif
#endif
static void

View File

@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1340,
/**/
1339,
/**/