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
5f26e4bd
...
5f26e4bde48fa6a2dbb4eaac08ac5fa6ded009b3
authored
2002-09-21 19:13:54 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed indentation.
1 parent
64a86669
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
frm/frm.c
frm/frm.c
View file @
5f26e4b
...
...
@@ -354,7 +354,8 @@ main(int argc, char **argv)
mailbox_get_url
(
mbox
,
&
url
);
if
(
status
==
ENOENT
)
goto
cleanup1
;
else
{
else
{
fprintf
(
stderr
,
"could not open mailbox %s: %s
\n
"
,
url_to_string
(
url
),
mu_errstring
(
status
));
...
...
Please
register
or
sign in
to post a comment