summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mimeview/tests/bf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mimeview/tests/bf.c b/mimeview/tests/bf.c
index 6ccce848c..2e6b37e4a 100644
--- a/mimeview/tests/bf.c
+++ b/mimeview/tests/bf.c
@@ -68,7 +68,7 @@ write_string (FILE *fp, char *arg)
int
write_byte (FILE *fp, char *arg)
{
- int c;
+ char c;
if (strlen (arg) == 3
&& (arg[0] == '\'' || arg[0] == '"'))
c = arg[1];

Return to:

Send suggestions and report system problems to the System administrator.