mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:26:03 +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 */
|
(most likely Eric Kohl) and it was taken from ren.c */
|
||||||
static void
|
static void
|
||||||
BuildFileName(
|
BuildFileName(
|
||||||
LPTSTR pszSource, // original
|
LPTSTR pszSource,
|
||||||
LPTSTR pszTarget, // template
|
LPTSTR pszTarget,
|
||||||
LPTSTR pszOutput) // taget
|
LPTSTR pszOutput)
|
||||||
{
|
{
|
||||||
/* build destination file name */
|
/* build destination file name */
|
||||||
while (*pszTarget != 0)
|
while (*pszTarget != 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue