diff options
Diffstat (limited to 'tests/unigbrk/test-uc-gbrk-prop.c')
| -rw-r--r-- | tests/unigbrk/test-uc-gbrk-prop.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/unigbrk/test-uc-gbrk-prop.c b/tests/unigbrk/test-uc-gbrk-prop.c index bbb56b58..18d982b9 100644 --- a/tests/unigbrk/test-uc-gbrk-prop.c +++ b/tests/unigbrk/test-uc-gbrk-prop.c @@ -1,5 +1,5 @@ /* Test the Unicode grapheme break property 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 @@ -63,11 +63,10 @@ graphemebreakproperty_to_string (int gbp) int main (void) { - const struct uc_gbrk_prop_range *r; ucs4_t uc; uc = 0; - for (r = set; r < set + SIZEOF (set); r++) + for (const struct uc_gbrk_prop_range *r = set; r < set + SIZEOF (set); r++) { for (; uc < r->end; uc++) { |
