mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 13:05:44 +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;
|
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 rc = FALSE;
|
||||||
BOOL docopy = TRUE;
|
BOOL docopy = TRUE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue