]> diplodocus.org Git - nmh/blobdiff - uip/mhshowsbr.c
mime_type.c: Fix regexp in comment that describes following code.
[nmh] / uip / mhshowsbr.c
index ebb295b7c57a38a412e74c894b950271c86fe7b2..512ea2f956cb5caffbda0e1dbae1403abe868434 100644 (file)
@@ -499,7 +499,7 @@ show_content_aux2 (CT ct, int alternate, char *cracked, char *buffer,
             arglist_free(file, vec);
            if (fd != NOTOK)
                (*ct->c_ceclosefnx) (ct);
-           return (alternate ? OK : status);
+           return alternate ? OK : status;
         }
     }
 }