tRemove unused variable in verifyheaders() - scribo - Email-based phlog generator
HTML git clone git://git.z3bra.org/scribo.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a96f19a81d0a2741adbd310e0535cf149b7dd8d9
DIR parent 0e93ea5b7578b93a0cb8dfaff511b1aee3074569
HTML Author: Willy Goiffon <dev@z3bra.org>
Date: Tue, 8 Sep 2020 16:46:48 +0200
Remove unused variable in verifyheaders()
Diffstat:
M scribo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/scribo.c b/scribo.c
t@@ -133,7 +133,7 @@ parseheaders(FILE *fp, struct headers *head)
int
verifyheaders(struct headers *head)
{
- char *addr, *type, *encoding;
+ char *addr, *type;
if (!head)
return -1;