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
23c81ead
...
23c81eadbe0e46688518f9e1afa27c7439881de4
authored
2003-09-20 15:36:50 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(run_editor): Fixed return type.
1 parent
8f4682fb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/var.c
mail/var.c
View file @
23c81ea
...
...
@@ -299,7 +299,7 @@ var_deadletter (int argc ARG_UNUSED, char **argv ARG_UNUSED,
return
0
;
}
static
void
static
int
run_editor
(
char
*
ed
,
char
*
arg
)
{
char
*
argv
[
3
];
...
...
Please
register
or
sign in
to post a comment