aboutsummaryrefslogtreecommitdiff
path: root/regc_locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'regc_locale.c')
-rw-r--r--regc_locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regc_locale.c b/regc_locale.c
index dcf8e59..9bda44e 100644
--- a/regc_locale.c
+++ b/regc_locale.c
@@ -1111,7 +1111,7 @@ allcases(
{
struct cvec *cv;
pchr c = pc;
- chr lc, uc, tc;
+ pchr lc, uc, tc;
lc = Tcl_UniCharToLower(c);
uc = Tcl_UniCharToUpper(c);