Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
efe98ec8
...
efe98ec8e6ae4b87f4be207a74ca3a18bd5fb648
authored
2002-09-24 14:13:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_cmdline): removed unnecesary conditional.
1 parent
3f005d24
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/mail.c
mail/mail.c
View file @
efe98ec
...
...
@@ -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
;
...
...
Please
register
or
sign in
to post a comment