Commit fd4afaf6 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

xcopy: Fix a typo.

parent 4c6a20ce
......@@ -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++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment