Commit efe98ec8 efe98ec8e6ae4b87f4be207a74ca3a18bd5fb648 by Sergey Poznyakoff

(mail_cmdline): removed unnecesary conditional.

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