xcopy: Fix a typo.

This commit is contained in:
André Hentschel 2012-01-10 23:40:09 +01:00 committed by Alexandre Julliard
parent 4c6a20ce22
commit fd4afaf639
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ static int XCOPY_ParseCommandLine(WCHAR *suppliedsource,
if (*pos++ != '-') isError = TRUE;
}
/* Parse the arg : Day */
/* Parse the arg : Year */
if (!isError) {
st.wYear = _wtol(pos);
while (*pos && isdigit(*pos)) pos++;