summaryrefslogtreecommitdiff
path: root/tests/unistr/test-u32-next.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unistr/test-u32-next.c')
-rw-r--r--tests/unistr/test-u32-next.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/unistr/test-u32-next.c b/tests/unistr/test-u32-next.c
index ee3811f4..02ba1463 100644
--- a/tests/unistr/test-u32-next.c
+++ b/tests/unistr/test-u32-next.c
@@ -1,5 +1,5 @@
/* Test of u32_next() function.
- Copyright (C) 2010-2024 Free Software Foundation, Inc.
+ Copyright (C) 2010-2026 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -39,10 +39,9 @@ main ()
/* Test ISO 646 unit input. */
{
- ucs4_t c;
uint32_t buf[2];
- for (c = 1; c < 0x80; c++)
+ for (ucs4_t c = 1; c < 0x80; c++)
{
buf[0] = c;
buf[1] = 0;