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
a5237074
...
a5237074f242324089b8551d402c92e7f0947beb
authored
2001-07-19 15:46:38 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed dangling 'else' from mu_message_set_header_fields
1 parent
b7dd3d7c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
libmu_scm/mu_message.c
libmu_scm/mu_message.c
View file @
a523707
...
...
@@ -300,7 +300,6 @@ SCM_DEFINE (mu_message_set_header_fields, "mu-message-set-header-fields", 2, 1,
REPLACE
,
SCM_ARG3
,
FUNC_NAME
);
replace
=
REPLACE
==
SCM_BOOL_T
;
}
else
for
(
list
=
LIST
;
list
!=
SCM_EOL
;
list
=
SCM_CDR
(
list
))
{
...
...
Please
register
or
sign in
to post a comment