Commit 828a4689 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

msvcrt: Fix a spelling error.

parent aeda1037
......@@ -398,7 +398,7 @@ int FUNC_NAME(pf_printf)(FUNC_NAME(puts_clbk) pf_puts, void *puts_ctx, const API
p++;
}
/* parse the widh */
/* parse the width */
if(*p == '*') {
p++;
if(positional_params && (q = FUNC_NAME(pf_parse_int)(p, &i)) && *q=='$')
......
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