mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 04:46:37 +00:00
Move static keyword to the right place
svn path=/trunk/; revision=20159
This commit is contained in:
parent
4177c902b7
commit
9915521c14
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue