From: Pierre Habouzit Date: Tue, 31 Oct 2006 23:28:28 +0000 (+0100) Subject: indent is a fool X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=bd28609f1086cc4cae0f44e2520c53b7fed542d0;ds=sidebyside indent is a fool Signed-off-by: Pierre Habouzit --- diff --git a/sendlib.c b/sendlib.c index b06696f..7c22e2b 100644 --- a/sendlib.c +++ b/sendlib.c @@ -929,13 +929,9 @@ int mutt_lookup_mime_type (BODY * att, const char *path) sze = m_strlen(p); if ((sze > cur_sze) && (szf >= sze) && (m_strcasecmp(path + szf - sze, p) == 0 - || ascii_strcasecmp (path + szf - sze, p) == 0) && (szf == sze - || path[szf - - - sze - - - 1] - == '.')) { + || ascii_strcasecmp (path + szf - sze, p) == 0) + && (szf == sze || path[szf - sze - 1] == '.')) + { /* get the content-type */ if ((p = strchr (ct, '/')) == NULL) {