summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort/bwstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/sort/bwstring.c')
-rw-r--r--usr.bin/sort/bwstring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/bwstring.c b/usr.bin/sort/bwstring.c
index fc30b56..3965eae 100644
--- a/usr.bin/sort/bwstring.c
+++ b/usr.bin/sort/bwstring.c
@@ -297,7 +297,7 @@ bwscsbdup(const unsigned char *str, size_t len)
/* NOTREACHED */
err(2, "mbrtowc error");
cptr += charlen;
- };
+ }
}
ret->len = chars;
OpenPOWER on IntegriCloud