updated for version 7.3.408

Problem:    Missing declaration.
Solution:   Add the declaration. (John Marriott)
This commit is contained in:
Bram Moolenaar
2012-01-20 20:54:19 +01:00
parent f31b764c23
commit 90b280059f
2 changed files with 3 additions and 0 deletions

View File

@ -3286,6 +3286,7 @@ convert_filterW(char_u *s)
{
char_u *tmp;
int len;
WCHAR *res;
tmp = convert_filter(s);
if (tmp == NULL)

View File

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