From 6249e6b8b1d5e360b5b5adad651911f3b4359604 Mon Sep 17 00:00:00 2001 From: Scott Paul Jones Date: Sat, 9 May 2015 11:45:03 -0400 Subject: Fix #34 handle 66 Unicode non-characters, also improve performance and surrogate handling --- test/charwidth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/charwidth.c') 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 */ -- cgit v1.2.3