mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
Remove confusing comments
svn path=/trunk/; revision=56348
This commit is contained in:
parent
49a81a2b04
commit
a77220cc37
1 changed files with 3 additions and 3 deletions
|
@ -293,9 +293,9 @@ static INT CopyOverwrite (LPTSTR fn)
|
|||
(most likely Eric Kohl) and it was taken from ren.c */
|
||||
static void
|
||||
BuildFileName(
|
||||
LPTSTR pszSource, // original
|
||||
LPTSTR pszTarget, // template
|
||||
LPTSTR pszOutput) // taget
|
||||
LPTSTR pszSource,
|
||||
LPTSTR pszTarget,
|
||||
LPTSTR pszOutput)
|
||||
{
|
||||
/* build destination file name */
|
||||
while (*pszTarget != 0)
|
||||
|
|
Loading…
Reference in a new issue