diff --git a/reactos/base/shell/cmd/copy.c b/reactos/base/shell/cmd/copy.c index 7131daede0c..6f975f1c3e7 100644 --- a/reactos/base/shell/cmd/copy.c +++ b/reactos/base/shell/cmd/copy.c @@ -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)