summaryrefslogtreecommitdiff
path: root/test/charwidth.c
diff options
context:
space:
mode:
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 */