Commit 5c60bf5e authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Typo correction

See ISO9899:1999 7.25.3.2.1.
Retagged as RISC_OSLib-5_86.
parent 0cc66499
......@@ -72,7 +72,7 @@ wctype_t wctype(const char *);
wint_t towlower(wint_t);
wint_t towupper(wint_t);
wint_t towctrans(wint_t, wtrans_t);
wint_t towctrans(wint_t, wctrans_t);
wctrans_t wctrans(const char *);
#endif
......
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