Move static keyword to the right place

svn path=/trunk/; revision=20159
This commit is contained in:
Hervé Poussineau 2005-12-14 08:33:43 +00:00
parent 4177c902b7
commit 9915521c14

View file

@ -933,7 +933,7 @@ static BOOL create_full_pathW(const WCHAR *path)
return ret;
}
BOOL static do_file_copyW( LPCWSTR source, LPCWSTR target, DWORD style)
static BOOL do_file_copyW( LPCWSTR source, LPCWSTR target, DWORD style)
{
BOOL rc = FALSE;
BOOL docopy = TRUE;