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 */ (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)