From 3f3b18e53bb32255c3fa93652794ebb193779d7d Mon Sep 17 00:00:00 2001 From: Laurent MONIN Date: Mon, 2 Jan 2006 10:50:49 +0100 Subject: [PATCH] Indentation fix. --- src/mime/backend/mailcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mime/backend/mailcap.c b/src/mime/backend/mailcap.c index df9dc082..bf9daec3 100644 --- a/src/mime/backend/mailcap.c +++ b/src/mime/backend/mailcap.c @@ -283,7 +283,7 @@ parse_optional_fields(struct mailcap_entry *entry, unsigned char *line) if (!field) break; if (!strncasecmp(field, "needsterminal", 13)) { - entry->needsterminal = 1; + entry->needsterminal = 1; } else if (!strncasecmp(field, "copiousoutput", 13)) { entry->copiousoutput = 1;