summaryrefslogtreecommitdiff
path: root/mimeview/tests/bf.c
diff options
context:
space:
mode:
Diffstat (limited to 'mimeview/tests/bf.c')
-rw-r--r--mimeview/tests/bf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mimeview/tests/bf.c b/mimeview/tests/bf.c
index 881c90e4f..40d4031b7 100644
--- a/mimeview/tests/bf.c
+++ b/mimeview/tests/bf.c
@@ -1,5 +1,5 @@
/* This file is part of the GNU Mailutils testsuite.
- Copyright (C) 2017-2019 Free Software Foundation, Inc.
+ Copyright (C) 2017-2024 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -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.