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
b7f9fdbc
...
b7f9fdbcef98f5139165baba77c965d214a628e1
authored
2002-10-02 14:40:40 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(dump_headers): Do not print extra newline after the headers.
1 parent
34a88e11
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
mail/var.c
mail/var.c
View file @
b7f9fdb
...
...
@@ -35,7 +35,6 @@ dump_headers (FILE *fp, compose_env_t *env)
fprintf
(
fp
,
"%s"
,
buffer
);
off
+=
n
;
}
fprintf
(
fp
,
"
\n
"
);
}
#define STATE_INIT 0
...
...
Please
register
or
sign in
to post a comment