(mail_cmdline): removed unnecesary conditional.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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; | ... | ... |
-
Please register or sign in to post a comment