aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/entab/entab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/entab/entab.c b/src/tools/entab/entab.c
index 6350a11b1d1..4e7240ea42c 100644
--- a/src/tools/entab/entab.c
+++ b/src/tools/entab/entab.c
@@ -45,8 +45,8 @@ char **argv;
*src,
*dst,
quote_char,
- ch,
*cp;
+ int ch;
FILE *in_file;
if ((cp = strrchr(argv[0], '/')) != NULL)