mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 01:41:13 +08:00
Move static keyword to the right place
svn path=/trunk/; revision=20159
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user