Remove confusing comments

svn path=/trunk/; revision=56348
This commit is contained in:
Timo Kreuzer 2012-04-14 21:19:12 +00:00
parent 49a81a2b04
commit a77220cc37

View file

@ -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)