Commit efe98ec8 efe98ec8e6ae4b87f4be207a74ca3a18bd5fb648 by Sergey Poznyakoff

(mail_cmdline): removed unnecesary conditional.

1 parent 3f005d24
......@@ -176,7 +176,7 @@ static const char *mail_capa[] = {
static char *
mail_cmdline(void *closure, int cont)
{
char *prompt = (char*) (closure ? closure : NULL);
char *prompt = (char*) closure;
char *rc;
(void)cont;
......