From 5c60bf5ecbde9ac7cea36965b098b770e24f727e Mon Sep 17 00:00:00 2001
From: Robert Sprowson <rsprowson@gitlab.riscosopen.org>
Date: Sat, 8 Aug 2015 07:47:19 +0000
Subject: [PATCH] Typo correction

See ISO9899:1999 7.25.3.2.1.
Retagged as RISC_OSLib-5_86.
---
 clib/h/wctype | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clib/h/wctype b/clib/h/wctype
index 3a5b455..d1f1400 100644
--- a/clib/h/wctype
+++ b/clib/h/wctype
@@ -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
-- 
GitLab