Fix typo in putwc().
Noticed by: stefanf
This commit is contained in:
parent
7a1a900c65
commit
f05d1a4641
@ -180,7 +180,7 @@ extern struct __sFILE *__stderrp;
|
||||
|
||||
#define getwc(fp) fgetwc(fp)
|
||||
#define getwchar() fgetwc(__stdinp)
|
||||
#define putwc(wc, fp) fputwc(x, fp)
|
||||
#define putwc(wc, fp) fputwc(wc, fp)
|
||||
#define putwchar(wc) fputwc(wc, __stdoutp)
|
||||
|
||||
#if __ISO_C_VISIBLE >= 1999
|
||||
|
Loading…
x
Reference in New Issue
Block a user