aboutsummaryrefslogtreecommitdiff
path: root/mailutils
diff options
context:
space:
mode:
Diffstat (limited to 'mailutils')
-rw-r--r--mailutils/reformime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mailutils/reformime.c b/mailutils/reformime.c
index 8e7d455f6..86b2cfed3 100644
--- a/mailutils/reformime.c
+++ b/mailutils/reformime.c
@@ -134,7 +134,6 @@ static int parse(const char *boundary, char **argv)
134 if (strcasecmp(type + 10, "mixed") != 0) 134 if (strcasecmp(type + 10, "mixed") != 0)
135 bb_error_msg_and_die("no support of content type '%s'", type); 135 bb_error_msg_and_die("no support of content type '%s'", type);
136 parse(xfind_token(tokens, "boundary"), argv); 136 parse(xfind_token(tokens, "boundary"), argv);
137
138 } else { 137 } else {
139 /* No, process one non-multipart section */ 138 /* No, process one non-multipart section */
140 char *end; 139 char *end;