msvcrt: Fix a spelling error.
This commit is contained in:
parent
aeda103769
commit
828a46898d
@ -398,7 +398,7 @@ int FUNC_NAME(pf_printf)(FUNC_NAME(puts_clbk) pf_puts, void *puts_ctx, const API
|
|||||||
p++;
|
p++;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* parse the widh */
|
/* parse the width */
|
||||||
if(*p == '*') {
|
if(*p == '*') {
|
||||||
p++;
|
p++;
|
||||||
if(positional_params && (q = FUNC_NAME(pf_parse_int)(p, &i)) && *q=='$')
|
if(positional_params && (q = FUNC_NAME(pf_parse_int)(p, &i)) && *q=='$')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user