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
896fe6fe
...
896fe6fe27b37d9e3bfc25dd57e1ee118793a72b
authored
2003-08-21 16:23:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor cleanup
1 parent
791ea61a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
mh/mh_init.c
mh/mh_init.c
View file @
896fe6f
...
...
@@ -289,7 +289,6 @@ int
mh_getyn
(
const
char
*
fmt
,
...)
{
va_list
ap
;
char
repl
[
64
];
int
rc
;
if
(
mh_interactive_mode_p
())
...
...
@@ -304,7 +303,6 @@ int
mh_getyn_interactive
(
const
char
*
fmt
,
...)
{
va_list
ap
;
char
repl
[
64
];
int
rc
;
va_start
(
ap
,
fmt
);
...
...
Please
register
or
sign in
to post a comment