summaryrefslogtreecommitdiff
path: root/src/test/locale
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/locale')
-rw-r--r--src/test/locale/test-ctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/locale/test-ctype.c b/src/test/locale/test-ctype.c
index 8cf5e17da7f..684b73c9e16 100644
--- a/src/test/locale/test-ctype.c
+++ b/src/test/locale/test-ctype.c
@@ -39,7 +39,7 @@ flag(int b)
void
describe_char(int c)
{
- unsigned char cp = c,
+ unsigned char cp = c,
up = toupper(c),
lo = tolower(c);