From 1fcb8880602b82d1f3a0bf0a8d54d01fdc1b0f0b Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Sat, 23 Jun 2018 01:52:55 +0100 Subject: [PATCH] encode_quoted --- sendlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendlib.c b/sendlib.c index 98c03fee3..db2e234a3 100644 --- a/sendlib.c +++ b/sendlib.c @@ -74,7 +74,7 @@ * @param fout File to store the result * @param istext Is the input text? */ -static void encode_quoted(struct FgetConv *fc, FILE *fout, int istext) +static void encode_quoted(struct FgetConv *fc, FILE *fout, bool istext) { int c, linelen = 0; char line[77], savechar; -- 2.40.0