summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMarcus Haehnel <marcus.haehnel@kernkonzept.com>2024-02-20 09:39:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-20 19:37:24 +0100
commit76c311c44ab684dca1ac0834f3afe40188ef8812 (patch)
treed402353ee21c9d4b7d69a35492eeadd352604c2c /extra
parent8fa5437044b7ebc6971f987644d48507e0fbc5f9 (diff)
Remove duplicate semicolons
While they are not a problem per-se they cause issues with some tooling (such as clang coverage) and are confusing to the reader.
Diffstat (limited to 'extra')
-rw-r--r--extra/locale/programs/locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/locale/programs/locale.c b/extra/locale/programs/locale.c
index 5d16d1276..4157c4a8e 100644
--- a/extra/locale/programs/locale.c
+++ b/extra/locale/programs/locale.c
@@ -231,7 +231,7 @@ static void find_locale_string(locale_entry * loc_rec, char *loc)
*loc = '\0';
} else {
dotcs = (uint16_t) loc_rec->dot_cs;
- cs = (uint16_t) loc_rec->cs;;
+ cs = (uint16_t) loc_rec->cs;
loc = strncpy(loc, GET_LOCALE_NAME(idx), 5);
if (loc[2] == '_') {