summaryrefslogtreecommitdiff
path: root/test/charwidth.c
diff options
context:
space:
mode:
authorScott Paul Jones <scottjones@alum.mit.edu>2015-05-09 11:45:03 -0400
committerScottPJones <scottjones@alum.mit.edu>2015-05-29 19:50:03 +0200
commit6249e6b8b1d5e360b5b5adad651911f3b4359604 (patch)
treec70afc21d3ef8d820d5b9de4d17c0d6e9fde1045 /test/charwidth.c
parent7c14ef5f8371e463a01e0f1de971caa600384390 (diff)
downloadlibutf8proc-6249e6b8b1d5e360b5b5adad651911f3b4359604.tar.gz
libutf8proc-6249e6b8b1d5e360b5b5adad651911f3b4359604.tar.bz2
Fix #34 handle 66 Unicode non-characters, also improve performance and surrogate handling
Diffstat (limited to 'test/charwidth.c')
-rw-r--r--test/charwidth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/charwidth.c b/test/charwidth.c
index bdae9fa..28554a4 100644
--- a/test/charwidth.c
+++ b/test/charwidth.c
@@ -10,7 +10,7 @@ int my_isprint(int c) {
int main(int argc, char **argv)
{
- int prevc, c, error = 0;
+ int c, error = 0;
(void) argc; /* unused */
(void) argv; /* unused */